Skip to content
Snippets Groups Projects
Commit c6bcdefb authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Move gpu atomics header

parent e1c2c463
No related branches found
No related tags found
1 merge request!438Reduction Support
...@@ -33,7 +33,7 @@ class CudaPlatform(GenericGpu): ...@@ -33,7 +33,7 @@ class CudaPlatform(GenericGpu):
@property @property
def required_headers(self) -> set[str]: def required_headers(self) -> set[str]:
return super().required_headers | {'"pystencils_runtime/cuda.cuh"', '"gpu_atomics.h"'} return super().required_headers | {'"pystencils_runtime/cuda.cuh"'}
def resolve_reduction( def resolve_reduction(
self, self,
......
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
#include <cuda_fp16.h> #include <cuda_fp16.h>
#include "./bits/gpu_infinities.h" #include "./bits/gpu_infinities.h"
#include "./bits/gpu_atomics.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment