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