Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
Loading...
Searching...
No Matches
gemm_plan.h File Reference
#include <cstddef>
#include <cstdint>
#include <type_traits>
#include <vector>
#include "clustering/math/detail/gemm_outer_prepacked.h"
#include "clustering/math/detail/gemm_pack.h"
#include "clustering/math/detail/matrix_desc.h"
#include "clustering/math/detail/reference_gemm.h"
#include "clustering/math/thread.h"
#include "clustering/ndarray.h"
Include dependency graph for gemm_plan.h:

Go to the source code of this file.

Classes

class  clustering::math::GemmPlan< T, Backend >
 Reusable GEMM plan: packs B once at construction, amortizes the packing cost across repeated execute calls with varying A. More...

Namespaces

namespace  clustering
namespace  clustering::math