gemm_validation.hpp File Reference

gemm_validation.hpp File Reference#

Composable Kernel: gemm_validation.hpp File Reference
gemm_validation.hpp File Reference
#include <string>
#include <stdexcept>
#include "ck_tile/core/config.hpp"

Go to the source code of this file.

Namespaces

namespace  ck_tile

Functions

void ck_tile::validate_stride (std::string Layout, int M, int N, int stride, const std::string &stride_name)
void ck_tile::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)