cubek-convolution 0.2.0

CubeK: Convolution Kernels
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod problem_size;

#[macro_export]
macro_rules! testgen_convolution_problem {
    ($algorithm: expr, $dtypes: expr, $tiling_scheme: expr, $swizzle: expr, $partition_buffering: expr) => {
        $crate::testgen_convolution_problem_size!(
            $algorithm,
            $dtypes,
            $tiling_scheme,
            $swizzle,
            $partition_buffering
        );
    };
}