Tensorium
|
#include "../MathUtils/MathsUtils.hpp"
#include "../SIMD/Allocator.hpp"
#include "../SIMD/CPU_id.hpp"
#include "../SIMD/SIMD.hpp"
#include "MatrixKernels/GemmKernel_bigger.hpp"
#include "Vector.hpp"
#include <cassert>
#include <cmath>
#include <immintrin.h>
#include <iostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | tensorium::Matrix< K, RowMajor > |
High-performance aligned matrix class with SIMD support. More... | |
Namespaces | |
namespace | tensorium |