Skip to content

Commit 7d418f5

Browse files
committed
xe: ocl: fix gemm_with_po verbose dispatch message
1 parent 5d7ed69 commit 7d418f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpu/intel/ocl/gemm/gemm_with_post_ops.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ status_t gemm_with_post_ops_t::pd_t::init(impl::engine_t *engine) {
8888
auto skip_impl = is_xe_hp ? "ocl" : "ref";
8989
VDISPATCH_GEMM(
9090
!(gemm_pd_ && strstr(gemm_pd_->name(), skip_impl) == nullptr),
91-
VERBOSE_PRIMITIVE_CREATION_FAIL, gemm_pd_->name());
91+
VERBOSE_SKIP_PRIMITIVE_IMPL);
9292
auto gemm_desc = *desc();
9393
auto dst_type = gemm_desc.c_desc.data_type;
9494
gemm_desc.c_desc.data_type = engine->mayiuse_f16_accumulator_with_f16()

0 commit comments

Comments
 (0)