We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9991950 commit 53c1a3cCopy full SHA for 53c1a3c
src/plugins/intel_gpu/src/kernel_selector/micro_utils.hpp
@@ -20,6 +20,7 @@
20
#include "gpu/intel/microkernels/package.hpp"
21
#include "gpu/intel/jit/gemm/include/microkernel_provider.hpp"
22
#include "gpu/intel/microkernels/shim.hpp"
23
+#include "common/utils.hpp"
24
25
namespace micro {
26
@@ -37,6 +38,8 @@ using ShimOptions = dnnl::impl::gpu::intel::micro::ShimOptions;
37
38
using HostLanguage = dnnl::impl::gpu::intel::micro::HostLanguage;
39
using Setting = dnnl::impl::gpu::intel::micro::Setting;
40
41
+using dnnl::impl::utils::rnd_up_pow2;
42
+
43
// Wrapper for Package which is used in clKernelData with forward declaration
44
// to avoid including this header in many places in plugin
45
// which may cause symbols conflicts with oneDNN
0 commit comments