Skip to content

Commit bd69b8b

Browse files
committed
Remove unused variable
1 parent c9ad9ab commit bd69b8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/test-e2e/WorkGroupMemory/reduction_free_function.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ context ctx = q.get_context();
3838

3939
constexpr size_t SIZE = 128;
4040
constexpr size_t VEC_SIZE = 16;
41-
constexpr float tolerance = 0.01f;
4241

4342
template <typename T>
4443
void sum_helper(sycl::ext::oneapi::experimental::work_group_memory<T[]> mem,

0 commit comments

Comments
 (0)