Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
import torch.distributed as dist
from _dist_test_utils import get_device_counts

from tensorrt_llm._torch.auto_deploy.custom_ops.mxfp4_moe import IS_TRITON_KERNELS_AVAILABLE
from tensorrt_llm._torch.auto_deploy.distributed.common import spawn_multiprocess_job

# FIXME: https://nvbugspro.nvidia.com/bug/5604136.
# from tensorrt_llm._torch.auto_deploy.custom_ops.mxfp4_moe import IS_TRITON_KERNELS_AVAILABLE
IS_TRITON_KERNELS_AVAILABLE = False


def _split_range_last_remainder(n: int, world_size: int, rank: int):
"""[lo, hi) split along dim0; last rank gets remainder."""
Expand Down