gemm_validation.hpp Source File#
gemm_validation.hpp
Go to the documentation of this file.
Definition tile/core/algorithm/cluster_descriptor.hpp:13
void validate_stride(std::string Layout, int M, int N, int stride, const std::string &stride_name)
Definition gemm_validation.hpp:13
void validate_gemm_stride(std::string a_layout, std::string b_layout, std::string c_layout, int M, int N, int K, int Stride_A, int Stride_B, int Stride_C)
Definition gemm_validation.hpp:29