File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
sycl/include/sycl/properties Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 14
14
15
15
namespace sycl {
16
16
__SYCL_INLINE_VER_NAMESPACE (_V1) {
17
- namespace ext ::oneapi::cuda::property {
18
- namespace __SYCL_DEPRECATED (
19
- " the primary contexts are now always used" ) context {
20
- class use_primary_context : public ::sycl::detail::DataLessProperty<
21
- ::sycl::detail::UsePrimaryContext> {};
22
- } // namespace __SYCL_DEPRECATED("the primary contexts are now always
23
- // used")context
24
- } // namespace ext::oneapi::cuda::property
17
+ namespace ext ::oneapi::cuda::property::context {
18
+ class __SYCL_DEPRECATED (" the primary contexts are now always used" )
19
+ use_primary_context : public ::sycl::detail::DataLessProperty<
20
+ ::sycl::detail::UsePrimaryContext> {};
21
+ } // namespace ext::oneapi::cuda::property::context
25
22
26
23
namespace property ::context {
27
24
namespace __SYCL2020_DEPRECATED (
You can’t perform that action at this time.
0 commit comments