File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed
include/sycl/ext/intel/experimental Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ include(SYCLUtils)
28
28
set (SYCL_MAJOR_VERSION 5 )
29
29
set (SYCL_MINOR_VERSION 7 )
30
30
set (SYCL_PATCH_VERSION 0 )
31
- set (SYCL_DEV_ABI_VERSION 0 )
31
+ set (SYCL_DEV_ABI_VERSION 1 )
32
32
if (SYCL_ADD_DEV_VERSION_POSTFIX )
33
33
set (SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION} " )
34
34
endif ()
Original file line number Diff line number Diff line change @@ -219,13 +219,5 @@ online_compiler<source_language::cm>::compile(const std::string &src) {
219
219
} // namespace experimental
220
220
} // namespace intel
221
221
} // namespace ext
222
-
223
- namespace ext {
224
- namespace __SYCL2020_DEPRECATED (
225
- " use 'ext::intel::experimental' instead" ) intel {
226
- using namespace ext ::intel::experimental;
227
- } // namespace intel
228
- } // namespace ext
229
-
230
222
} // namespace sycl
231
223
} // __SYCL_INLINE_NAMESPACE(cl)
Original file line number Diff line number Diff line change @@ -151,10 +151,6 @@ int main() {
151
151
auto SL = sycl::INTEL::source_language::opencl_c;
152
152
(void )SL;
153
153
154
- // expected-warning@+1{{'intel' is deprecated: use 'ext::intel::experimental' instead}}
155
- auto SLExtIntel = sycl::ext::intel::source_language::opencl_c;
156
- (void )SLExtIntel;
157
-
158
154
// expected-warning@+1{{'level_zero' is deprecated: use 'ext_oneapi_level_zero' instead}}
159
155
auto LevelZeroBackend = sycl::backend::level_zero;
160
156
(void )LevelZeroBackend;
You can’t perform that action at this time.
0 commit comments