Extend Support for CUDA and HIP kernel invocations
- Frederik Hennig authored
+ 5
− 4
@@ -4,27 +4,26 @@ stages:
@@ -40,6 +39,7 @@ typechecker:
@@ -48,6 +48,7 @@ typechecker:
This MR extends the support for CUDA and HIP kernel invocations and API reflection in pystencils-sfg, reflecting the concepts introduced in pystencils!449 (merged).
SfgGpuComposer
cuda_invoke()
by gpu_invoke()
gpu_invoke()
, depending on the kernel indexing scheme selected by the userextensions.gpu
by lang.gpu
This MR will already be using Target.HIP
and therefore will have to wait for pystencils!458 (merged).