"examples/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "34b364e07355f5216babd8c6fac7cb476f85e42c"
Commit 5816a647 authored by Chao Liu's avatar Chao Liu
Browse files

fix

parent ad11d2a4
......@@ -503,10 +503,8 @@ struct DeviceGemmMultipleD_Xdl_CShuffle : public DeviceGemmMultipleD<DsDataType:
GridwiseGemm::MakeEGridDescriptor_MBlock_MPerBlock_NBlock_NPerBlock(
e_grid_desc_m_n_);
static_assert(NumDTensor == 0, "wrong!");
static_for<0, NumDTensor, 1>{}([&](auto i) {
using DDataType = tuple_element_t<i.value, DsDataType>;
using DDataType = remove_cvref_t<tuple_element_t<i.value, DsDataType>>;
p_ds_grid_(i) = static_cast<const DDataType*>(p_ds_grid[i]);
......
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