cubecl-cpu 0.9.0-pre.4

CPU runtime for CubeCL
1
2
3
4
5
fn main() -> Result<(), Box<dyn std::error::Error>> {
    // required on macos
    tracel_llvm_bundler::config::set_homebrew_library_path()?;
    Ok(())
}