Skip to content

Commit

Permalink
Remove cl::sycl::memory_order. Use sycl::memory_order.
Browse files Browse the repository at this point in the history
  • Loading branch information
Verena Beckham committed Mar 7, 2024
1 parent f812749 commit 06d23f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions adoc/headers/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
namespace cl {
namespace sycl {

/* Deprecated in SYCL 2020 */
enum class memory_order : /* unspecified */ { relaxed };

/* Deprecated in SYCL 2020 */
template <typename T, access::address_space AddressSpace =
access::address_space::global_space>
Expand Down

0 comments on commit 06d23f4

Please sign in to comment.