Skip to content

Commit 0519707

Browse files
[SYCL][ESIMD] Explicit SIMD math APIs.
This commit adds implementation of Explicit SIMD math APIs along with math intrinsics used to implement operations with SIMD classes. Author: Chen, Gang Y <[email protected]> Co-authored-by: Chen, Kai Yu <[email protected]> Signed-off-by: Denis Bakhvalov <[email protected]>
1 parent c8f9e0e commit 0519707

File tree

6 files changed

+3872
-0
lines changed

6 files changed

+3872
-0
lines changed

sycl/include/CL/sycl/intel/esimd.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#pragma once
1212

1313
#include <CL/sycl/intel/esimd/esimd.hpp>
14+
#include <CL/sycl/intel/esimd/esimd_math.hpp>
1415
#include <CL/sycl/intel/esimd/esimd_view.hpp>
1516

1617
#ifdef __SYCL_DEVICE_ONLY__

0 commit comments

Comments
 (0)