We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7ed69 commit 7d418f5Copy full SHA for 7d418f5
src/gpu/intel/ocl/gemm/gemm_with_post_ops.cpp
@@ -88,7 +88,7 @@ status_t gemm_with_post_ops_t::pd_t::init(impl::engine_t *engine) {
88
auto skip_impl = is_xe_hp ? "ocl" : "ref";
89
VDISPATCH_GEMM(
90
!(gemm_pd_ && strstr(gemm_pd_->name(), skip_impl) == nullptr),
91
- VERBOSE_PRIMITIVE_CREATION_FAIL, gemm_pd_->name());
+ VERBOSE_SKIP_PRIMITIVE_IMPL);
92
auto gemm_desc = *desc();
93
auto dst_type = gemm_desc.c_desc.data_type;
94
gemm_desc.c_desc.data_type = engine->mayiuse_f16_accumulator_with_f16()
0 commit comments