We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30397fe commit efb99d2Copy full SHA for efb99d2
sycl/include/sycl/exception.hpp
@@ -10,8 +10,8 @@
10
11
// 4.9.2 Exception Class Interface
12
13
-#include <sycl/CL/cl_platform.h> // for cl_int
14
#include <sycl/backend_types.hpp> // for backend
+#include <sycl/detail/cl.h> // for cl_int
15
#include <sycl/detail/common.hpp> // for codeToString
16
#include <sycl/detail/defines_elementary.hpp> // for __SYCL2020_DEPRECATED
17
#include <sycl/detail/export.hpp> // for __SYCL_EXPORT
0 commit comments