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
d4d2680f4058566e8235795262944530f612108b
astaroth
/
src
/
core
History
jpekkila
d4d2680f40
Added a new generic function to the interface (astaroth.h) for loading arbitrary device constants. Also (unintended) autoformatting.
2019-07-03 16:19:25 +03:00
..
kernels
Worked around a compiler bug in CUDA 9.1, which caused an "Internal Compiler Error (codegen): "there was an error in verifying the lgenfe output!". Apparently the compiler got confused by overloaded is_valid() if the input parameter was not passed as a reference in both cases.
2019-06-29 10:49:15 +03:00
astaroth.cu
Added a new generic function to the interface (astaroth.h) for loading arbitrary device constants. Also (unintended) autoformatting.
2019-07-03 16:19:25 +03:00
CMakeLists.txt
Added tighter bounds for gcc and nvcc versions. There was a bit of an chicken-and-egg issue: we need gcc 6.0 in order to get bug 48891 (see gcc bugzilla) fixed, but cuda < 9 supports gcc only up to 5.3. This is not a perfect solution, f.ex. ubuntu 16.04 ships with gcc 5.4 but with the fix backported from later versions so in practice that would also work but is not accepted anymore.
2019-06-26 13:33:03 +03:00
device.cu
Added skeletons for packing parts of the ghost zones into buffers to speed up data transfers
2019-07-01 13:56:05 +03:00
device.cuh
Added skeletons for packing parts of the ghost zones into buffers to speed up data transfers
2019-07-01 13:56:05 +03:00
errchk.h
Added Astaroth 2.0
2019-06-14 14:19:07 +03:00
math_utils.h
Added Astaroth 2.0
2019-06-14 14:19:07 +03:00