Skip to content

Commit 94b0797

Browse files
committed
include files in easywave fixed
1 parent aa4383a commit 94b0797

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

easywave/SYCL/src/EasyWave.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#include "Utilities.h"
4949
#include "Timer.h"
5050

51-
#include <sycl.hpp>
51+
#include <sycl/sycl.hpp>
5252
#include <stdio.h>
5353
#include <stdlib.h>
5454
#include <string.h>

easywave/SYCL/src/ewCudaKernels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include "ewCudaKernels.hpp"
1414
#include "ewGpuNode.hpp"
15-
#include <sycl.hpp>
15+
#include <sycl/sycl.hpp>
1616
#include <cmath>
1717

1818
SYCL_EXTERNAL __attribute__((always_inline)) void waveUpdate(KernelData data, sycl::nd_item<2> item_ct1)

easywave/SYCL/src/ewCudaKernels.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifndef EW_CUDA_KERNELS
1414
#define EW_CUDA_KERNELS
1515

16-
#include <sycl.hpp>
16+
#include <sycl/sycl.hpp>
1717
#include "ewGpuNode.hpp"
1818

1919
#ifdef USE_INLINE_KERNELS

easywave/SYCL/src/ewGpuNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define CPP_MODULE "CGPU"
4545
#include "Logging.h"
4646

47-
#include <sycl.hpp>
47+
#include <sycl/sycl.hpp>
4848
#include "ewCudaKernels.hpp"
4949
#include "ewGpuNode.hpp"
5050
#include <cmath>

easywave/SYCL/src/ewGpuNode.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#define EW_GPUNODE_H
4747

4848
/* FIXME: check header dependencies */
49-
#include <sycl.hpp>
49+
#include <sycl/sycl.hpp>
5050
#include <stdio.h>
5151
#include <utility>
5252

infrastructure/SYCL.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
#include "CommandLineParser.h"
4343

44-
#include <sycl.hpp>
44+
#include <sycl/sycl.hpp>
4545
#include <string>
4646
#include <vector>
4747

0 commit comments

Comments
 (0)