Trait cubecl_runtime::tune::AutotuneKey

source ·
pub trait AutotuneKey:
    Clone
    + Debug
    + PartialEq
    + Eq
    + Hash
    + Display
    + Serialize
    + DeserializeOwned
    + Send
    + Sync { }
Expand description

Trait alias with support for persistent caching

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl AutotuneKey for String

Implementors§