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

Fix header incl

parent c7f1518e
Branches
1 merge request!438Reduction Support
Pipeline #75830 failed with stages
in 5 minutes and 27 seconds
...@@ -199,7 +199,7 @@ class CudaPlatform(GenericGpu): ...@@ -199,7 +199,7 @@ class CudaPlatform(GenericGpu):
def required_headers(self) -> set[str]: def required_headers(self) -> set[str]:
return { return {
'"pystencils_runtime/hip.h"', # TODO: move to HipPlatform once it is introduced '"pystencils_runtime/hip.h"', # TODO: move to HipPlatform once it is introduced
'"gpu_atomics.h' '"gpu_atomics.h"'
} }
def materialize_iteration_space( def materialize_iteration_space(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment