We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd629c commit 16c2413Copy full SHA for 16c2413
torch/_inductor/codegen/rocm/ck_universal_gemm_template.py
@@ -57,6 +57,7 @@ class CKGemmTemplate(CKTemplate):
57
LDB,
58
std::array<ck::index_t, {{1 if has_bias else 0}}>{ {{'LDD' if has_bias else ''}} },
59
LDC,
60
+ 1, // kBatch
61
PassThrough {}, // a_elementwise_op
62
PassThrough {}, // b_elementwise_op
63
{{epilogue}} // c_elementwise_op
0 commit comments