Go to the source code of this file.
Namespaces | |
| Eigen | |
| : InteropHeaders | |
| Eigen::internal | |
Macros | |
| #define | EIGEN_USE_AVX512_GEMM_KERNELS |
| #define | SECOND_FETCH |
Functions | |
| template<typename Scalar , int max_a_unroll, int max_b_unroll, bool is_alpha1, bool is_beta0, bool is_unit_inc> | |
| EIGEN_DONT_INLINE void | Eigen::internal::gemm_kern_avx512 (Index m, Index n, Index k, Scalar *alpha, const Scalar *a, const Scalar *b, Scalar *c, Index ldc, Index inc=1, Index a_stride=-1, Index b_stride=-1, Index a_off=0, Index b_off=0) |
| #define EIGEN_USE_AVX512_GEMM_KERNELS |
Definition at line 24 of file GemmKernel.h.
| #define SECOND_FETCH |
Definition at line 27 of file GemmKernel.h.