Skip to main content

Module green

Module green 

Source
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§

GreenContext
A green context. Drop destroys it.