Skip to content

Commit

Permalink
Global scope for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Dec 10, 2024
1 parent 856a098 commit 8397649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RAJA/policy/sycl/policy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct uint3 {
unsigned long x, y, z;
};

using sycl_dim_t = sycl::range<1>;
using sycl_dim_t = ::sycl::range<1>;

using sycl_dim_3_t = uint3;

Expand Down

0 comments on commit 8397649

Please sign in to comment.