/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/library/utility/host_gemm.hpp Source File#
host_gemm.hpp
Go to the documentation of this file.
void host_gemm_mk_kn_mn(const Tensor< AType > &a_m_k, const Tensor< BType > &b_k_n, Tensor< CType > &c_m_n, const AElementwiseOperation &a_element_op, const BElementwiseOperation &b_element_op, const CElementwiseOperation &c_element_op)
Definition: host_gemm.hpp:14
auto make_ParallelTensorFunctor(F f, Xs... xs)
Definition: host_tensor.hpp:270
const std::vector< std::size_t > & GetLengths() const
Tensor wrapper that performs static and dynamic buffer logic. The tensor is based on a descriptor sto...
Definition: host_tensor.hpp:277