coreylowman / cudarc

Safe rust wrapper around CUDA toolkit
Apache License 2.0
593 stars 73 forks source link

Support for cooperative groups API #220

Closed JRazek closed 1 month ago

JRazek commented 5 months ago

In order to access cooperative groups API in kernels one needs to launch kernel with cudaLaunchCooperativeKernel. It would be nice, if cudarc exposed such API.