burn-cubecl 0.22.0-pre.2

Generic backend that can be compiled just-in-time to any shader language target
Documentation
1
2
3
4
use crate::{CubeBackend, CubeRuntime};
use burn_backend::ops::ActivationOps;

impl<R: CubeRuntime> ActivationOps<Self> for CubeBackend<R> {}