We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d3968 commit a7e1369Copy full SHA for a7e1369
sycl/test-e2e/KernelFusion/math_function.cpp
@@ -4,7 +4,7 @@
4
// UNSUPPORTED: hip
5
// REQUIRES: fusion
6
7
-// Test fusion of a kernel using a math function.
+// Test fusion of a kernel using a math function.
8
9
#include <sycl/sycl.hpp>
10
@@ -57,7 +57,7 @@ int main() {
57
58
// Check the results
59
for (size_t i = 0; i < dataSize; ++i) {
60
- assert(out[i] == (-1.0 * static_cast<float>(i*3)) && "Computation error");
+ assert(out[i] == (-1.0 * static_cast<float>(i * 3)) && "Computation error");
61
}
62
63
return 0;
0 commit comments