Tensorium
Loading...
Searching...
No Matches
GemmKernel_big.hpp
Go to the documentation of this file.
1// #pragma once
2
3#include "../Matrix.hpp"
4
5namespace tensorium {
6template <typename T> class GemmKernelBig {
7 public:
9 using reg = typename Simd::reg;
10 static constexpr int SimdWidth = Simd::width;
11};
12} // namespace tensorium
Definition GemmKernel_big.hpp:6
typename Simd::reg reg
Definition GemmKernel_big.hpp:9
static constexpr int SimdWidth
Definition GemmKernel_big.hpp:10
Definition Derivate.hpp:24
Definition SIMD.hpp:177