Skip to content

Commit 1cfb090

Browse files
committed
Fixed in code
1 parent c92f0c4 commit 1cfb090

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/include/CL/sycl/group_algorithm.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ using native_op_list =
8989
ONEAPI::bit_and<T>, ONEAPI::maximum<T>, ONEAPI::minimum<T>,
9090
ONEAPI::multiplies<T>, sycl::plus<T>, sycl::bit_or<T>,
9191
sycl::bit_xor<T>, sycl::bit_and<T>, sycl::maximum<T>,
92-
sycl::minimum<T>, sycl::multiplies<T>, sycl::logical_or<T>,
93-
sycl::logical_and<T>>;
92+
sycl::minimum<T>, sycl::multiplies<T>>;
9493

9594
template <typename T, typename BinaryOperation> struct is_native_op {
9695
static constexpr bool value =

0 commit comments

Comments
 (0)