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
98631a4e40ba2f190164c21e7d242f0420c64a49
astaroth
/
src
/
core
History
jpekkila
2c8c49ee24
Removed or updated some old .gitignore files
2019-09-24 17:50:41 +03:00
..
kernels
Removed or updated some old .gitignore files
2019-09-24 17:50:41 +03:00
astaroth.cu
New feature: ScalarArray. ScalarArrays are read-only 1D arrays containing max(mx, max(my, mz)) elements. ScalarArray is a new type of uniform and can be used for storing f.ex. forcing profiles. The DSL now also supports complex numbers and some basic arithmetic (exp, multiplication)
2019-09-02 21:26:57 +03:00
CMakeLists.txt
Added support for Volta GPUs
2019-09-24 17:19:45 +03:00
device.cu
Made warnings about unused device functions go away
2019-09-18 16:58:04 +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
New feature: ScalarArray. ScalarArrays are read-only 1D arrays containing max(mx, max(my, mz)) elements. ScalarArray is a new type of uniform and can be used for storing f.ex. forcing profiles. The DSL now also supports complex numbers and some basic arithmetic (exp, multiplication)
2019-09-02 21:26:57 +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