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 a4413d7 commit 54ec6fcCopy full SHA for 54ec6fc
sycl/source/detail/config.hpp
@@ -212,7 +212,7 @@ template <> class SYCLConfig<SYCL_PARALLEL_FOR_RANGE_ROUNDING_PARAMS> {
212
static size_t GF;
213
static size_t MR;
214
if (!ProcessedFactors) {
215
- // Parse optional parameters of this form:
+ // Parse optional parameters of this form (all values required):
216
// MinRound:PreferredRound:MinRange
217
std::string Params(RoundParams);
218
size_t Pos = Params.find(':');
0 commit comments