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
280804a4381b267a1ad7ee522c6dc0f638748b68
astaroth
/
src
/
core
History
jpekkila
280804a438
Merge branch 'master' into cmakelist_rewrite_and_C_API_conformity_07-26
2019-08-06 15:14:33 +03:00
..
kernels
Merge branch 'master' into cmakelist_rewrite_and_C_API_conformity_07-26
2019-08-06 15:14:33 +03:00
astaroth.cu
Merge branch 'master' into cmakelist_rewrite_and_C_API_conformity_07-26
2019-07-31 20:12:22 +03:00
CMakeLists.txt
Standalone now uses O2 optimization level instead of O3. Also removed -march=native since this causes issues if the program is compiled on a different architecture than it is run on. Since we do not do heavy arithmetic on the host side and the host code is not performance-critical part of the code, -march-native is not very useful anyways
2019-08-06 14:46:13 +03:00
device.cu
Merge branch 'master' into cmakelist_rewrite_and_C_API_conformity_07-26
2019-07-31 20:12:22 +03:00
device.cuh
Stashed some testing files used to make sure that the library can also be used from pure C projects (better compatibility). These changes will never go to master as-is.
2019-07-23 18:24:47 +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