Skip to content

Commit 4ce7257

Browse files
committed
updated micro::fuseMicrokernels to gemmstone::microkernel::fuse
1 parent cce95ab commit 4ce7257

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/plugins/intel_gpu/src/graph/impls/ocl/kernels_cache.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,7 @@ void kernels_cache::build_batch(const batch_program& batch, compiled_kernels& co
350350
std::vector<uint8_t> binary = kernels[0]->get_binary();
351351
kernels.clear();
352352
// Update binary and rebuild kernel
353-
using namespace dnnl::impl::gpu::intel;
354-
micro::fuseMicrokernels(binary, combined_source.c_str());
353+
gemmstone::microkernel::fuse(binary, combined_source.c_str());
355354
_builder->build_kernels(binary.data(), binary.size(), KernelFormat::NATIVE_BIN, "", kernels);
356355
#else // ENABLE_ONEDNN_FOR_GPU
357356
OPENVINO_THROW("[GPU] Can't compile kernel w/ microkernels as onednn is not available");

0 commit comments

Comments
 (0)