Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 69277ff

Browse files
committed
re-run tests by changing comment
1 parent f6a36a8 commit 69277ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/GroupAlgorithm/exclusive_scan_sycl2020.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ int main() {
188188

189189
// as part of SYCL_EXT_ONEAPI_COMPLEX_ALGORITHMS (
190190
// https://github.com/intel/llvm/pull/5108/ ) joint_exclusive_scan and
191-
// exclusive_scan_over_group now operate on std::complex limited to using the
191+
// exclusive_scan_over_group now operate on std::complex but limited to the
192192
// sycl::plus binary operation.
193193
#ifdef SYCL_EXT_ONEAPI_COMPLEX_ALGORITHMS
194194
std::array<std::complex<float>, N> input_cf;

0 commit comments

Comments
 (0)