Skip to content

Commit 6553ec7

Browse files
committed
gpu: intel: sycl: fix name of header guard
1 parent 2b25963 commit 6553ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gpu/intel/sycl/sycl_interop_gpu_kernel.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* limitations under the License.
1515
*******************************************************************************/
1616

17-
#ifndef GPU_GENERIC_SYCL_SYCL_OCL_GPU_KERNEL_HPP
18-
#define GPU_GENERIC_SYCL_SYCL_OCL_GPU_KERNEL_HPP
17+
#ifndef GPU_INTEL_SYCL_SYCL_INTEROP_GPU_KERNEL_HPP
18+
#define GPU_INTEL_SYCL_SYCL_INTEROP_GPU_KERNEL_HPP
1919

2020
#include <string>
2121

0 commit comments

Comments
 (0)