Skip to content

Commit

Permalink
add comment in code
Browse files Browse the repository at this point in the history
  • Loading branch information
wenju-he committed Nov 13, 2024
1 parent fc478be commit ae4e294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/range/range_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ void test_range_kernels(
const sycl::range<dims> range_two_const(range_two);
const sycl::range<dims> range_const(range);

// make sure bitwise shift rhs is smaller than number of bits in size_t.
sycl::range<dims> range_quarter(range / 4);
const sycl::range<dims> range_quarter_const(range_quarter);

Expand Down

0 comments on commit ae4e294

Please sign in to comment.