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
ac5d706a942faa275ea467009d2004a7aeb3e3fa
eigen
/
Eigen
/
src
/
Core
/
arch
/
CUDA
History
Benoit Steiner
ac5d706a94
Added support for simple coefficient wise tensor expression using half floats on CUDA devices
2016-02-19 08:19:12 +00:00
..
CMakeLists.txt
Add missing install directives for arch/CUDA
2015-02-18 11:40:06 +01:00
MathFunctions.h
Add digamma for CPU + CUDA. Includes tests.
2015-12-24 21:15:38 -08:00
PacketMath.h
Added preliminary support for half floats on CUDA GPU. For now we can simply convert floats into half floats and vice versa
2016-02-19 06:16:07 +00:00
PacketMathHalf.h
Added support for simple coefficient wise tensor expression using half floats on CUDA devices
2016-02-19 08:19:12 +00:00
TypeCasting.h
FP16 on CUDA are only available starting with cuda 7.5. Disable them when using an older version of CUDA
2016-02-18 23:15:23 -08:00