amd_gemm_dpp.hpp Source File#
amd_gemm_dpp.hpp
Go to the documentation of this file.
Definition amd_gemm_dpp.hpp:12
__device__ void inner_product_dpp(const TA &a, const TB &b, TC &c)
Definition inner_product_dpp8.hpp:135
Definition ck.hpp:268
Definition amd_gemm_dpp.hpp:37
typename datatypes_conf::c_dtype CDataType
Definition amd_gemm_dpp.hpp:41
typename datatypes_conf::a_dtype ADataType
Definition amd_gemm_dpp.hpp:39
dpp_datatypes< BaseInputType > datatypes_conf
Definition amd_gemm_dpp.hpp:38
__device__ void Run(const AVecDataType &a_vec, const BVecDataType &b_vec, CVecDataType &c_vec)
Definition amd_gemm_dpp.hpp:43
typename datatypes_conf::b_dtype BDataType
Definition amd_gemm_dpp.hpp:40
static constexpr index_t k_per_instr
Definition amd_gemm_dpp.hpp:25
Definition amd_gemm_dpp.hpp:15
Definition functional2.hpp:33
Definition dtype_vector.hpp:10