eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
766 stars 79 forks source link

Support Green Contexts #633

Open eyalroz opened 4 months ago

eyalroz commented 4 months ago

CUDA 12.4 introduces "Green Contexts", lightweight contexts which also relate to GPU partitioning. Let's try to support these.