Skip to main content

backend_execute

Function backend_execute 

Source
pub unsafe fn backend_execute(
    handle: cudnnHandle_t,
    plan: &BackendDescriptor,
    variant_pack: &BackendDescriptor,
) -> Result<(), GpuError>
Expand description

Run a finalised execution plan against a finalised variant pack.

ยงSafety

Both descriptors must be finalised. handle must be valid for the stream the plan was built against.