Skip to content

Commit f186706

Browse files
committed
fix
1 parent e9ffe0c commit f186706

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/source/detail/ndrange_desc.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class NDRDescT {
8686
: NDRDescT(Range, /*SetNumWorkGroups=*/false) {}
8787

8888
template <int Dims_> void setClusterDimensions(sycl::range<Dims_> N) {
89-
9089
for (int I = 0; I < Dims_; ++I)
9190
ClusterDimensions[I] = N[I];
9291
}

0 commit comments

Comments
 (0)