Move custom GPU atomics into separate namespace. Add a script to print the include path.
Compare changes
@@ -109,8 +109,14 @@ class CudaPlatform(GenericGpu):
atomicMin/Max/Mul
functions to namespace pystencils::runtime::gpu
, such that no name conflicts may ever arise with native CUDA/HIP functions
atomicMin
, atomicMax
for floating-point types, so our definitions were raising duplicate-definition errorspystencils.include
module executable as a script to print the path to the pystencils header directory to stdout