This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
61461d682a8ae5eda20d82fd49e50c8a3631155d
eigen
/
Eigen
/
src
/
Core
/
arch
/
SYCL
History
mehdi-goli
61461d682a
[Fixing expf issue]: Eigen uses the packet type operation for scaler type float on Sigmoid function(
https://gitlab.com/libeigen/eigen/-/blob/master/Eigen/src/Core/functors/UnaryFunctors.h#L990
). As a result SYCL backend breaks since SYCL backend only supports packet operation for vectorized type float4 and double2. The issue has been fixed by adding scalar type float to packet operation pexp for SYCL backend.
2020-10-28 08:30:34 +00:00
..
InteropHeaders.h
Adding RInt vector support for SYCL.
2020-01-10 18:00:36 +00:00
MathFunctions.h
[Fixing expf issue]: Eigen uses the packet type operation for scaler type float on Sigmoid function(
https://gitlab.com/libeigen/eigen/-/blob/master/Eigen/src/Core/functors/UnaryFunctors.h#L990
). As a result SYCL backend breaks since SYCL backend only supports packet operation for vectorized type float4 and double2. The issue has been fixed by adding scalar type float to packet operation pexp for SYCL backend.
2020-10-28 08:30:34 +00:00
PacketMath.h
Update FindComputeCpp.cmake to fix build problems on Windows
2020-06-05 20:51:20 +00:00
SyclMemoryModel.h
[SYCL] Adding the SYCL memory model. The SYCL memory model provides :
2019-07-01 16:02:30 +01:00
TypeCasting.h
[SYCL] This PR adds the minimum modifications to Eigen core required to run Eigen unsupported modules on devices supporting SYCL.
2019-06-27 12:25:09 +01:00