Skip to content

Commit 37b2ba4

Browse files
committed
xe: add missing headers
1 parent 0d146f8 commit 37b2ba4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/gpu/intel/logging.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <string>
2323

2424
#include "common/utils.hpp"
25+
#include "common/verbose.hpp"
2526
#include "gpu/intel/utils.hpp"
2627

2728
namespace dnnl {

src/gpu/intel/ocl/gemm/xe_systolic_gemm_copy_kernel.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2019-2024 Intel Corporation
2+
* Copyright 2019-2025 Intel Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -21,6 +21,7 @@
2121
#include "gpu/intel/compute/compute_engine.hpp"
2222
#include "gpu/intel/compute/device_info.hpp"
2323
#include "gpu/intel/compute/kernel.hpp"
24+
#include "gpu/intel/serialization.hpp"
2425

2526
namespace dnnl {
2627
namespace impl {

0 commit comments

Comments
 (0)