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 c9ad9ab commit bd69b8bCopy full SHA for bd69b8b
sycl/test-e2e/WorkGroupMemory/reduction_free_function.cpp
@@ -38,7 +38,6 @@ context ctx = q.get_context();
38
39
constexpr size_t SIZE = 128;
40
constexpr size_t VEC_SIZE = 16;
41
-constexpr float tolerance = 0.01f;
42
43
template <typename T>
44
void sum_helper(sycl::ext::oneapi::experimental::work_group_memory<T[]> mem,
0 commit comments