Extend Support for CUDA and HIP kernel invocations
Files
4@@ -42,7 +42,8 @@ int main(void)
@@ -62,24 +63,33 @@ int main(void)
@@ -87,18 +97,17 @@ int main(void)
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).