"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "c7a96ed5e55e652fd2f0d1b2a4f52615b1a6fe87"
Unverified Commit aa46039f authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

Fixed contraction issues (#960)



* add missing ComputeType

* fixed

* Update cmake-ck-dev.sh

---------
Co-authored-by: default avatarJing Zhang <jizha@amd.com>
parent f477fca4
......@@ -291,6 +291,7 @@ int main(int argc, char* argv[])
BDataType,
CShuffleDataType,
AccDataType,
A0DataType,
PassThrough,
BElementOp>;
......
......@@ -657,6 +657,7 @@ struct GridwiseGemmMultipleABD_xdl_cshuffle
auto blockwise_gemm = BlockwiseGemmXdlops_k0mk1_k0nk1_m0n0m1n1m2m3m4n2_Selector<
BlockSize,
ComputeDataType,
ComputeDataType,
AccDataType,
decltype(a_block_desc_ak0_m_ak1),
decltype(b_block_desc_bk0_n_bk1),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment