Skip to content

Commit aedf7db

Browse files
author
jgtong
authored
Merge pull request #37 from oneapi-src/easywave/code_update
[easywave][SYCL] Inserting <cmath> header
2 parents 2f9ffc0 + 7b83947 commit aedf7db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

easywave/SYCL/src/ewCudaKernels.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "ewCudaKernels.hpp"
1414
#include "ewGpuNode.hpp"
1515
#include <sycl.hpp>
16+
#include <cmath>
1617

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

0 commit comments

Comments
 (0)