Skip to content

Commit c8544f1

Browse files
author
Alexander Batashev
authored
[SYCL][NFC] Replace cl_ext_intel.h with cl_ext.h (#3560)
Fixes the annoying warning about deprecated include.
1 parent 14b42c8 commit c8544f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sycl/include/CL/sycl/detail/common.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#pragma once
1010

11-
#include <CL/cl_ext_intel.h>
1211
#include <CL/sycl/detail/cl.h>
1312
#include <CL/sycl/detail/defines.hpp>
1413
#include <CL/sycl/detail/export.hpp>

sycl/include/CL/sycl/detail/pi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
// TODO: we need a mapping of PI to OpenCL somewhere, and this can be done
4848
// elsewhere, e.g. in the pi_opencl, but constants/enums mapping is now
4949
// done here, for efficiency and simplicity.
50-
#include <CL/cl_ext_intel.h>
50+
#include <CL/cl_ext.h>
5151
#include <CL/sycl/detail/cl.h>
5252
#include <CL/sycl/detail/export.hpp>
5353
#include <cstdint>

0 commit comments

Comments
 (0)