Skip to content

Commit

Permalink
Fix include file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Jul 17, 2024
1 parent 1511774 commit 6ef394e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/RAJA/policy/sycl/MemUtils_SYCL.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#if defined(RAJA_ENABLE_SYCL)

#include <CL/sycl.hpp>
#include <sycl.hpp>

#include <cassert>
#include <cstddef>
Expand Down
2 changes: 1 addition & 1 deletion include/RAJA/policy/sycl/forall.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#if defined(RAJA_ENABLE_SYCL)

#include <CL/sycl.hpp>
#include <sycl.hpp>
#include <algorithm>
#include <chrono>

Expand Down
2 changes: 1 addition & 1 deletion include/RAJA/policy/sycl/policy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#if defined(RAJA_SYCL_ACTIVE)

#include <CL/sycl.hpp>
#include <sycl.hpp>

#include "RAJA/policy/PolicyBase.hpp"
#include "RAJA/policy/sequential/policy.hpp"
Expand Down

0 comments on commit 6ef394e

Please sign in to comment.