Unverified Commit a6392538 authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

Update example/01_gemm/gemm_xdl_bf16_pk_i4_v3.cpp


Co-authored-by: default avatarAdam Osewski <19374865+aosewski@users.noreply.github.com>
parent 56a5cd15
...@@ -21,7 +21,6 @@ using CElementOp = PassThrough; ...@@ -21,7 +21,6 @@ using CElementOp = PassThrough;
static constexpr auto GemmDefault = ck::tensor_operation::device::GemmSpecialization::Default; static constexpr auto GemmDefault = ck::tensor_operation::device::GemmSpecialization::Default;
static constexpr bool PermuteB = true; static constexpr bool PermuteB = true;
static constexpr ck::index_t KPerBlock = 128; static constexpr ck::index_t KPerBlock = 128;
// clang-format off // clang-format off
......
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