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).