ruda-kernel 0.1.4

Ruda Rust kernel DSL and device tensor operations.
Documentation
1
2
3
4
5
use ruda_core::ir::Scope;

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