This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub-Proxy
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-10-15 09:31:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
/
src
/
Core
/
arch
/
SYCL
History
mehdi-goli
e24a1f57e3
[SYCL Function pointer Issue]: SYCL does not support function pointer inside the kernel, due to the portability issue of a function pointer and memory address space among host and accelerators. To fix the issue, function pointers have been replaced by function objects.
2020-11-12 01:50:28 +00:00
..
InteropHeaders.h
[SYCL Function pointer Issue]: SYCL does not support function pointer inside the kernel, due to the portability issue of a function pointer and memory address space among host and accelerators. To fix the issue, function pointers have been replaced by function objects.
2020-11-12 01:50:28 +00:00
MathFunctions.h
[SYCL Function pointer Issue]: SYCL does not support function pointer inside the kernel, due to the portability issue of a function pointer and memory address space among host and accelerators. To fix the issue, function pointers have been replaced by function objects.
2020-11-12 01:50:28 +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