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
5870081645bc8e653d56cce1606feab5c26378a4
astaroth
/
src
/
core
History
jpekkila
5870081645
Split kernels.cuh into bounconds.cuh, integration.cuh and reductions.cuh
2019-08-06 17:50:41 +03:00
..
kernels
Split kernels.cuh into bounconds.cuh, integration.cuh and reductions.cuh
2019-08-06 17:50:41 +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
Split kernels.cuh into bounconds.cuh, integration.cuh and reductions.cuh
2019-08-06 17:50:41 +03: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