"example/vscode:/vscode.git/clone" did not exist on "ce526211233896f3a4fc3bf540c0d2ff5ca41da4"
Commit 0285bf05 authored by rtmadduri's avatar rtmadduri
Browse files

building locally

parent f0d626c3
......@@ -430,17 +430,12 @@ struct DeviceGroupedGemmXdlSplitKCShuffle : public DeviceGroupedGemmSplitK<ALayo
}
}
ave_time =
launch_and_time_kernel(stream_config,
kernel,
dim3(arg.grid_size_),
dim3(BlockSize),
0,
cast_pointer_to_constant_address_space(arg.p_workspace_),
arg.gemm_kernel_args_.size(),
PassThrough{},
PassThrough{},
PassThrough{});
ave_time = launch_and_time_kernel(stream_config,
kernel,
dim3(arg.grid_size_),
dim3(BlockSize),
0,
arg.gemm_kernel_args_[0].karg_);
};
constexpr index_t minimum_occupancy =
......
......@@ -203,7 +203,6 @@ struct DeviceGroupedGemmSplitkInstanceWrapper
PassThrough,
PassThrough,
GemmSpec,
1,
128,
128,
128,
......@@ -230,7 +229,7 @@ struct DeviceGroupedGemmSplitkInstanceWrapper
BBlockLdsAddExtraM::value,
1,
1,
S<16, 1, 8>,
S<1, 16, 1, 8>,
CDEBlockTransferScalarPerVector_NPerBlock>;
bool IsSupported(const std::vector<int>& Ms,
......
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