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 a46d305 commit 6c50c23Copy full SHA for 6c50c23
sycl/source/feature_test.hpp.in
@@ -130,11 +130,6 @@ inline namespace _V1 {
130
// __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS macro is defined.
131
#ifdef __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
132
#define SYCL_KHR_WORK_ITEM_QUERIES 1
133
-#endif
134
-
135
-// Unfinished KHR extensions. These extensions are only available if the
136
-// __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS macro is defined.
137
-#ifdef __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
138
#define SYCL_KHR_STATIC_ADDRSPACE_CAST 1
139
#define SYCL_KHR_DYNAMIC_ADDRSPACE_CAST 1
140
#endif
0 commit comments