cudaLaunchCooperativeKernel inside a Cuda Graph (explicit graph construction)

Hi, is it possible to create a CUDA graph with a “cudaLaunchCooperativeKernel” with Explicit CUDA Graph construction model?

I mean, it’s working fine with Implicit CUDA Graph capturing (with cudaStreamBeginCapture and cudaStreamEndCapture), but I’d like to use the faster and more flexible explicit graph construction model which is working fine but I don’t find any way to set a cooperativeKernel

Thanks!