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 1414
1515namespace sycl {
1616__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
2522
2623namespace property ::context {
2724namespace __SYCL2020_DEPRECATED (
You can’t perform that action at this time.
0 commit comments