We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d146f8 commit 37b2ba4Copy full SHA for 37b2ba4
src/gpu/intel/logging.hpp
@@ -22,6 +22,7 @@
22
#include <string>
23
24
#include "common/utils.hpp"
25
+#include "common/verbose.hpp"
26
#include "gpu/intel/utils.hpp"
27
28
namespace dnnl {
src/gpu/intel/ocl/gemm/xe_systolic_gemm_copy_kernel.hpp
@@ -1,5 +1,5 @@
1
/*******************************************************************************
2
-* Copyright 2019-2024 Intel Corporation
+* Copyright 2019-2025 Intel Corporation
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -21,6 +21,7 @@
21
#include "gpu/intel/compute/compute_engine.hpp"
#include "gpu/intel/compute/device_info.hpp"
#include "gpu/intel/compute/kernel.hpp"
+#include "gpu/intel/serialization.hpp"
namespace impl {
0 commit comments