This website requires JavaScript.
Explore
Help
Sign In
cwpearson
/
astaroth
Watch
1
Star
0
Fork
0
You've already forked astaroth
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
405fa4d6d6cec960a4ac39269f2363c0a35504eb
astaroth
/
src
/
core
History
jpekkila
405fa4d6d6
Moved old kernels to kernels/deprecated
2019-08-06 17:46:52 +03:00
..
kernels
Moved old kernels to kernels/deprecated
2019-08-06 17:46:52 +03:00
astaroth.cu
Added sum reduction. NOTE: Scalar sum does not pass the automated test but vector sum does. I couldn't see anything wrong with the code itself and I strongly suspect that the failures are caused by loss of precision due to summing a huge amount of numbers of different magnitudes. However I'm not yet completely sure. Something like the Kahan summation algorithm might be useful if the errors are really caused by fp arithmetic.
2019-07-30 14:28:18 +03:00
CMakeLists.txt
Disabled the project-wide maxrregcount flag by default since it is only beneficial for resource-heavy kernels. The maximum register count should be defined per kernel instead if needed.
2019-07-22 12:58:28 +03:00
device.cu
Added macros for getting int3 and AcReal3 device constants from within kernels (and DSL).
2019-07-30 09:10:06 +00:00
device.cuh
Updated the copyright years throughout the project
2019-07-16 14:28:32 +03:00
errchk.h
Added WARNCHK_CUDA_ALWAYS to errchk.h
2019-07-22 13:05:08 +03:00
math_utils.h
Updated the copyright years throughout the project
2019-07-16 14:28:32 +03:00