mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
GEMM+AR TP2 harness fix (#6027)
This commit is contained in:
parent
60538df1b5
commit
ac0b3f8b66
@ -201,7 +201,7 @@ public:
|
||||
auto [M, N, K, L] = problem_shape;
|
||||
auto [m, n, k, l] = tile_coord;
|
||||
|
||||
if (!tile_valid(m, n) || params_ptr->world_size <= 2)
|
||||
if (!tile_valid(m, n) || params_ptr->world_size <= 1)
|
||||
{
|
||||
return; // nothing to do
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user