Crate cubecl_runtime

Crate cubecl_runtime 

Source
Expand description

CubeCL runtime crate that helps creating high performance async runtimes.

Re-exports§

pub use features::*;

Modules§

benchmark
Module for benchmark timings
client
Compute client module.
compiler
Compiler trait and related types
config
CubeCL config module.
features
Runtime features and associated types
id
Various identifier types used in CubeCL.
kernel
Kernel related traits.
logging
Logging utilities to be used by a compute server.
memory_management
Memory management module.
runtime
Runtime trait and related types
server
Compute server module.
storage
Compute Storage module.
stream
Stream related utilities.
timestamp_profiler
Simple system profiling using timestamps.
tma
TMA-related runtime types
tune
Autotune module

Macros§

local_tuner
Create a local tuner with the provided name.
memory_id_type
Create new memory ID types.
storage_id_type
Create a new storage ID type.

Structs§

DeviceProperties
Properties of what the device can do, like what Feature are supported by it and what its memory properties are.