/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/tensor_operation/gpu/device/device_gemm_multiple_abd.hpp Source File#
device_gemm_multiple_abd.hpp
Go to the documentation of this file.
Definition: ck.hpp:267
Definition: device_base.hpp:77
Definition: device_gemm_multiple_abd.hpp:34
static constexpr index_t NumATensor
Definition: device_gemm_multiple_abd.hpp:35
virtual std::unique_ptr< BaseArgument > MakeArgumentPointer(std::array< const void *, NumATensor > p_as, std::array< const void *, NumBTensor > p_bs, std::array< const void *, NumDTensor > p_ds, void *p_e, ck::index_t M, ck::index_t N, ck::index_t K, std::array< ck::index_t, NumATensor > StrideAs, std::array< ck::index_t, NumBTensor > StrideBs, std::array< ck::index_t, NumDTensor > StrideDs, ck::index_t StrideE, AElementwiseOperation a_element_op, BElementwiseOperation b_element_op, CDEElementwiseOperation cde_element_op)=0
virtual std::unique_ptr< BaseInvoker > MakeInvokerPointer()=0
static constexpr index_t NumBTensor
Definition: device_gemm_multiple_abd.hpp:36
static constexpr index_t NumDTensor
Definition: device_gemm_multiple_abd.hpp:37