t4a-cubecl-core 0.10.0

Temporary tensor4all fork of CubeCL core
Documentation
1
2
3
4
5
use cubecl_ir::Scope;

pub fn expand<T>(_scope: &mut Scope, content: &str) -> T {
    panic!("{content}")
}