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 e9ffe0c commit f186706Copy full SHA for f186706
sycl/source/detail/ndrange_desc.hpp
@@ -86,7 +86,6 @@ class NDRDescT {
86
: NDRDescT(Range, /*SetNumWorkGroups=*/false) {}
87
88
template <int Dims_> void setClusterDimensions(sycl::range<Dims_> N) {
89
-
90
for (int I = 0; I < Dims_; ++I)
91
ClusterDimensions[I] = N[I];
92
}
0 commit comments