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
787363226b5510c06990ee5ac66939f7f09c9304
astaroth
/
src
/
core
History
jpekkila
787363226b
Added functions for loading int, int3, scalar and vector constants to the device layer (acDeviceLoad...Constant)
2019-08-19 15:28:16 +03:00
..
kernels
Battled with math.h and cmath. We probably should move from C standard libraries to C++ ones internally (in places which are not visible via the interface)
2019-08-19 14:02:30 +03:00
astaroth.cu
Removed unnecessary comments
2019-08-12 13:31:24 +03:00
CMakeLists.txt
Added some preliminary pragma omps and verified that acIntegrate works as it should.
2019-08-07 19:08:52 +03:00
device.cu
Added functions for loading int, int3, scalar and vector constants to the device layer (acDeviceLoad...Constant)
2019-08-19 15:28:16 +03:00
errchk.h
Added WARNCHK_CUDA_ALWAYS to errchk.h
2019-07-22 13:05:08 +03:00
grid.cu
Multinode MPI implementation should be done later in its own branch. The focus of this branch is to revise the node and device layers. Commented out references to the Grid layer.
2019-08-02 13:54:54 +03:00
math_utils.h
Battled with math.h and cmath. We probably should move from C standard libraries to C++ ones internally (in places which are not visible via the interface)
2019-08-19 14:02:30 +03:00
node.cu
Added functions for loading int, int3, scalar and vector constants to the device layer (acDeviceLoad...Constant)
2019-08-19 15:28:16 +03:00