mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-22 11:42:41 +08:00
fix
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
This commit is contained in:
parent
3e71ec7a76
commit
bec1e71158
@ -440,7 +440,7 @@ std::vector<tkc::CutlassGemmConfig> CutlassFp4GemmRunner<T, fp4GemmType>::getCon
|
||||
}
|
||||
}
|
||||
CutlassGemmConfig config(tile_config, tkc::MainloopScheduleType::AUTO, tkc::EpilogueScheduleType::AUTO,
|
||||
cluster_config, ClusterShape::Undefined, ClusterShape::Undefined, mSm);
|
||||
cluster_config, tkc::ClusterShape::Undefined, tkc::ClusterShape::Undefined, mSm);
|
||||
candidateConfigs.push_back(config);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user