Skip to content

Commit

Permalink
Update the main SYCL include file name
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Jul 26, 2023
1 parent 218ab6e commit c66b7a5
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion include/alpaka/acc/AccCpuSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#if defined(ALPAKA_ACC_SYCL_ENABLED) && defined(ALPAKA_SYCL_BACKEND_ONEAPI) && defined(ALPAKA_SYCL_ONEAPI_CPU)

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/acc/AccFpgaSyclIntel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#if defined(ALPAKA_ACC_SYCL_ENABLED) && defined(ALPAKA_SYCL_BACKEND_ONEAPI) && defined(ALPAKA_SYCL_ONEAPI_FPGA)

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/acc/AccGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/atomic/AtomicGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <cstddef>

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

namespace alpaka
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/block/sync/BlockSyncGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/core/Sycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

// if SYCL is enabled with the AMD backend the printf will be killed because of missing compiler support
# ifdef __AMDGCN__
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/dev/DevGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/event/EventGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/idx/bt/IdxBtGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka::bt
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/idx/gb/IdxGbGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka::gb
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/intrinsic/IntrinsicGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/kernel/TaskKernelGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# pragma clang diagnostic ignored "-Wunused-parameter"
# endif

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

# define LAUNCH_SYCL_KERNEL_IF_SUBGROUP_SIZE_IS(sub_group_size) \
cgh.parallel_for( \
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/math/MathGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

//! The mathematical operation specifics.
namespace alpaka::math
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/mem/buf/BufGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/mem/buf/sycl/Accessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/mem/buf/sycl/Common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka::detail
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/mem/buf/sycl/Copy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka::detail
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/mem/fence/MemFenceGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/pltf/PltfCpuSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#if defined(ALPAKA_ACC_SYCL_ENABLED) && defined(ALPAKA_SYCL_BACKEND_ONEAPI) && defined(ALPAKA_SYCL_ONEAPI_CPU)

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/pltf/PltfFpgaSyclIntel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#if defined(ALPAKA_ACC_SYCL_ENABLED) && defined(ALPAKA_SYCL_BACKEND_ONEAPI) && defined(ALPAKA_SYCL_ONEAPI_FPGA)

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

# include <string>

Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/pltf/PltfGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/pltf/PltfGpuSyclIntel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#if defined(ALPAKA_ACC_SYCL_ENABLED) && defined(ALPAKA_SYCL_BACKEND_ONEAPI) && defined(ALPAKA_SYCL_ONEAPI_GPU)

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

namespace alpaka
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/queue/sycl/QueueGenericSyclBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka::detail
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/rand/RandGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#ifdef ALPAKA_ACC_SYCL_ENABLED

// Backend specific imports.
# include <CL/sycl.hpp>
# include <sycl/sycl.hpp>
# if BOOST_COMP_CLANG
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wcast-align"
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/warp/WarpGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka::warp
{
Expand Down
2 changes: 1 addition & 1 deletion include/alpaka/workdiv/WorkDivGenericSycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#ifdef ALPAKA_ACC_SYCL_ENABLED

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

namespace alpaka
{
Expand Down

0 comments on commit c66b7a5

Please sign in to comment.