We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d85bf commit 24794c4Copy full SHA for 24794c4
sycl/test-e2e/Clock/clock.cpp
@@ -21,11 +21,11 @@ template <syclex::clock_scope scope> void test(sycl::queue &q) {
21
if (idx == 0) {
22
data[0] = syclex::clock<scope>();
23
int sum = 0;
24
- for (int i = 0; i < 1e6; ++i)
+ for (int i = 0; i < 1'000'000; ++i)
25
sum += i;
26
data[1] = syclex::clock<scope>();
27
sum = 0;
28
29
30
data[2] = syclex::clock<scope>();
31
}
0 commit comments