Skip to content

Commit 54ec6fc

Browse files
committed
Comment change.
1 parent a4413d7 commit 54ec6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ template <> class SYCLConfig<SYCL_PARALLEL_FOR_RANGE_ROUNDING_PARAMS> {
212212
static size_t GF;
213213
static size_t MR;
214214
if (!ProcessedFactors) {
215-
// Parse optional parameters of this form:
215+
// Parse optional parameters of this form (all values required):
216216
// MinRound:PreferredRound:MinRange
217217
std::string Params(RoundParams);
218218
size_t Pos = Params.find(':');

0 commit comments

Comments
 (0)