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
d801ebdd41e5c893f96f5513f65f25df4194cbb0
astaroth
/
src
/
core
History
jpekkila
d801ebdd41
Now parameters and vertexbuffers (fields) can be declared with the DSL only. TODO: translation from the DSL header to C
2019-08-19 17:35:03 +03:00
..
kernels
Now parameters and vertexbuffers (fields) can be declared with the DSL only. TODO: translation from the DSL header to C
2019-08-19 17:35:03 +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
Now parameters and vertexbuffers (fields) can be declared with the DSL only. TODO: translation from the DSL header to C
2019-08-19 17:35:03 +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