cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

CUDA graph phase N - Device-side graph launch

Open leofang opened this issue 1 month ago • 0 comments

This task should be simple:

  • Allow users to opt-in and internally pass cudaGraphInstantiateFlagDeviceLaunch to cudaGraphInstantiate()
  • Add code samples to showcase how this can done

The majority of work would happen on the JIT compiler side, aka numba-cuda; cuda-core will just set up the infrastructure.

leofang avatar Dec 06 '25 03:12 leofang