We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0d450 commit cd31998Copy full SHA for cd31998
src/gpu/intel/ocl/ocl_utils.cpp
@@ -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.
@@ -26,7 +26,7 @@
26
#include "gpu/intel/ocl/ocl_utils.hpp"
27
#include "xpu/ocl/utils.hpp"
28
29
-#if __has_include(<sycl/sycl.hpp>)
+#ifdef DNNL_WITH_SYCL
30
#include "gpu/intel/sycl/engine.hpp"
31
#endif
32
0 commit comments