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 676f3f1 commit 67ba8c9Copy full SHA for 67ba8c9
sycl/include/CL/sycl/group_algorithm.hpp
@@ -11,10 +11,10 @@
11
12
__SYCL_INLINE_NAMESPACE(cl) {
13
namespace sycl {
14
- template <typename... Args>
15
- auto reduce_over_group(Args&&... args)
16
- -> decltype(ONEAPI::reduce(std::forward<Args>(args)...)) {
17
- return ONEAPI::reduce(std::forward<Args>(args)...);
18
- }
+template <typename... Args>
+auto reduce_over_group(Args &&... args)
+ -> decltype(ONEAPI::reduce(std::forward<Args>(args)...)) {
+ return ONEAPI::reduce(std::forward<Args>(args)...);
+}
19
} // namespace sycl
20
} // __SYCL_INLINE_NAMESPACE(cl)
0 commit comments