Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL] Move SYCL headers from CL/ to sycl/ #6407

Merged
merged 13 commits into from
Jul 13, 2022
Prev Previous commit
Next Next commit
"// clang-format off" for misbehaving clang-format lint fail
  • Loading branch information
aelovikov-intel committed Jul 11, 2022
commit e2d4dff68a83984dfc2272747ad1248af9a13cbf
6 changes: 4 additions & 2 deletions sycl/include/sycl/properties/context_properties.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ namespace property {
namespace context {
namespace __SYCL2020_DEPRECATED(
"use 'sycl::ext::oneapi::cuda::property::context' instead") cuda {
class use_primary_context : public ::cl::sycl::ext::oneapi::cuda::property::
context::use_primary_context {};
class use_primary_context : public ::cl::sycl::ext::oneapi::cuda::property::
context::use_primary_context {};
// clang-format off
} // namespace cuda
// clang-format on
} // namespace context
} // namespace property

Expand Down
6 changes: 4 additions & 2 deletions sycl/include/sycl/properties/queue_properties.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ namespace property {
namespace queue {
namespace __SYCL2020_DEPRECATED(
"use 'sycl::ext::oneapi::cuda::property::queue' instead") cuda {
class use_default_stream : public ::cl::sycl::ext::oneapi::cuda::property::
queue::use_default_stream {};
class use_default_stream : public ::cl::sycl::ext::oneapi::cuda::property::
queue::use_default_stream {};
// clang-format off
} // namespace cuda
// clang-format on
} // namespace queue
} // namespace property

Expand Down