burn-cubecl-fusion 0.17.1

Provide optimizations that can be used with cubecl based backends.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[macro_use]
extern crate derive_new;

pub mod elemwise;
pub mod matmul;
pub mod reduce;

mod base;

pub(crate) mod shared;
pub(crate) mod tune;

pub use base::*;