Expand description
§CubeCL Common Library
This library contains common types used by other crates that must be shared.
Modules§
- benchmark
- Module for benchmarking any executable part
- future
- Future utils with a compatible API for native, non-std and wasm environments.
- rand
- Rand module contains types for random number generation for non-std environments and for std environments.
- reader
- Useful when you need to read async data without having to decorate each function with async notation.
- stub
- Stub module contains types for stubs for non-std environments and for std environments.
Structs§
- CubeDim
- flex32
- A floating point type with relaxed precision, minimum
f16
, max [f32
]. - tf32
- A 19-bit floating point type implementing the
tfloat32
format.
Enums§
- Execution
Mode - The kind of execution to be performed.
Constants§
- PLANE_
DIM_ APPROX - An approximation of the plane dimension.