pub
pub
pub
pub
pub
pub
pub use *;
pub use *;
/// One unit of work against the device — the shared
/// [`Command`](cubecl_server::command::Command), driven by [`driver::Hip`].
pub type Command<'a> = Command;
/// The graphs this device has captured, driven by [`driver::Hip`].
pub type Captures = Captures;
/// A capture window on one stream, driven by [`driver::Hip`].
pub type Window<'a> = Window;