Extend Support for CUDA and HIP kernel invocations
Files
14@@ -13,12 +13,7 @@ from pystencils import (
@@ -26,7 +21,6 @@ from .custom import CustomGenerator
@@ -404,166 +398,6 @@ class SfgBasicComposer(SfgIComposer):
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).