Skip to main content

Module user_object

Module user_object 

Source
Expand description

Runtime-API graph user objects (CUDA 12.0+).

Refcounted RAII slot you can attach to a graph via [Graph::retain_user_object]; when the graph releases the last reference, the destructor runs. Mirrors the Driver-side wrapper.

Structsยง

UserObject
A refcounted user object.