Crate furiosa_visa_std

Crate furiosa_visa_std 

Source
Expand description

Virtual ISA standard library.

Modules§

diag
Test-time panic hook that reads build-log.jsonl and renders kernel-compilation failures in rustc’s aesthetic.
prelude
Prelude module that re-exports commonly used items.
runtime
Runtime for dispatching device functions to CPU or device.

Structs§

OnceCell
A thread-safe cell that can be written to only once.

Traits§

Cast
Trait for casting between scalar types.