Skip to content

Commit

Permalink
Changes based on PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
long58 committed Dec 20, 2024
1 parent ce4bc40 commit 998559e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions include/RAJA/policy/sycl/scan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@

#if defined(RAJA_ENABLE_SYCL)


#include <iterator>

// #include <numeric>

// #include <type_traits>

#include "RAJA/pattern/detail/algorithm.hpp"

// #include "RAJA/policy/sycl/MemUtils_SYCL.hpp"

#include "RAJA/policy/sycl/policy.hpp"

namespace RAJA
Expand Down
4 changes: 2 additions & 2 deletions test/functional/scan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: (BSD-3-Clause)
###############################################################################

# list(APPEND SCAN_BACKENDS Sequential)
list(APPEND SCAN_BACKENDS Sequential)

if(RAJA_ENABLE_OPENMP)
list(APPEND SCAN_BACKENDS OpenMP)
Expand All @@ -24,7 +24,7 @@ if(RAJA_ENABLE_SYCL)
endif()


set(SCAN_TYPES ExclusiveInplace Exclusive Inclusive InclusiveInplace)
set(SCAN_TYPES Exclusive ExclusiveInplace Inclusive InclusiveInplace)

#
# Generate scan tests for each enabled RAJA back-end.
Expand Down

0 comments on commit 998559e

Please sign in to comment.