Expand description
Green contexts (Runtime API, CUDA 13.1+) — lightweight sub-contexts that share the primary context’s memory but carve out an SM subset.
Returns crate::Error::FeatureNotSupported on older drivers.
For the Driver-side API see baracuda_driver::green.
Structs§
- Green
Context - A green context. Drop destroys it.