Skip to content

Commit 3e1a0fb

Browse files
authored
[TRTLLM-6537][infra] extend multi-gpu tests related file list (NVIDIA#6139)
Signed-off-by: Lizhi Zhou <[email protected]>
1 parent 3e18ee5 commit 3e1a0fb

File tree

1 file changed

+38
-37
lines changed

1 file changed

+38
-37
lines changed

jenkins/L0_MergeRequest.groovy

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -550,68 +550,69 @@ def getMultiGpuFileChanged(pipeline, testFilter, globalVars)
550550
}
551551

552552
def relatedFileList = [
553+
"cpp/include/tensorrt_llm/batch_manager/",
554+
"cpp/include/tensorrt_llm/executor/",
553555
"cpp/include/tensorrt_llm/runtime/gptJsonConfig.h",
554-
"cpp/include/tensorrt_llm/runtime/worldConfig.h",
555556
"cpp/include/tensorrt_llm/runtime/utils/mpiUtils.h",
556557
"cpp/include/tensorrt_llm/runtime/utils/multiDeviceUtils.h",
557-
"cpp/tensorrt_llm/runtime/utils/mpiUtils.cpp",
558-
"cpp/tests/runtime/mpiUtilsTest.cpp",
559-
"cpp/tensorrt_llm/batch_manager/trtGptModelFactory.h",
560-
"cpp/tensorrt_llm/runtime/worldConfig.cpp",
561-
"cpp/tensorrt_llm/runtime/ncclCommunicator.cpp",
562-
"cpp/tensorrt_llm/runtime/workerPool.h",
563-
"cpp/tensorrt_llm/executor_worker/executorWorker.cpp",
564-
"cpp/tensorrt_llm/runtime/ipcUtils.cpp",
565-
"cpp/tensorrt_llm/executor/executor.cpp",
566-
"cpp/tensorrt_llm/executor/executorImpl.cpp",
567-
"cpp/tensorrt_llm/executor/executorImpl.h",
568-
"cpp/tensorrt_llm/runtime/ncclCommunicator.cpp",
558+
"cpp/include/tensorrt_llm/runtime/worldConfig.h",
559+
"cpp/tensorrt_llm/batch_manager/",
560+
"cpp/tensorrt_llm/executor/",
561+
"cpp/tensorrt_llm/executor_worker/",
569562
"cpp/tensorrt_llm/kernels/communicationKernels/",
570-
"cpp/tensorrt_llm/thop/allreduceOp.cpp",
571-
"cpp/tensorrt_llm/thop/allgatherOp.cpp",
572-
"cpp/tensorrt_llm/thop/reducescatterOp.cpp",
573-
"cpp/tensorrt_llm/kernels/customAllReduceKernels.h",
574563
"cpp/tensorrt_llm/kernels/customAllReduceKernels.cu",
575-
"cpp/tensorrt_llm/kernels/gptKernels.h",
564+
"cpp/tensorrt_llm/kernels/customAllReduceKernels.h",
576565
"cpp/tensorrt_llm/kernels/gptKernels.cu",
577-
"cpp/tensorrt_llm/kernels/unfusedAttentionKernels.h",
566+
"cpp/tensorrt_llm/kernels/gptKernels.h",
567+
"cpp/tensorrt_llm/kernels/moe",
578568
"cpp/tensorrt_llm/kernels/unfusedAttentionKernels.cu",
569+
"cpp/tensorrt_llm/kernels/unfusedAttentionKernels.h",
579570
"cpp/tensorrt_llm/kernels/userbuffers/",
580-
"cpp/tensorrt_llm/kernels/moe",
581-
"cpp/tensorrt_llm/pybind/",
582-
"cpp/tests/kernels/allReduce/",
583-
"cpp/tensorrt_llm/plugins/cpSplitPlugin/cpSplitPlugin.h",
584571
"cpp/tensorrt_llm/plugins/cpSplitPlugin/cpSplitPlugin.cpp",
585-
"cpp/tensorrt_llm/plugins/gptAttentionCommon/gptAttentionCommon.h",
572+
"cpp/tensorrt_llm/plugins/cpSplitPlugin/cpSplitPlugin.h",
586573
"cpp/tensorrt_llm/plugins/gptAttentionCommon/gptAttentionCommon.cpp",
587-
"cpp/tensorrt_llm/plugins/gptAttentionPlugin/gptAttentionPlugin.h",
574+
"cpp/tensorrt_llm/plugins/gptAttentionCommon/gptAttentionCommon.h",
588575
"cpp/tensorrt_llm/plugins/gptAttentionPlugin/gptAttentionPlugin.cpp",
589-
"cpp/tests/runtime/mpiUtilsTest.cpp",
576+
"cpp/tensorrt_llm/plugins/gptAttentionPlugin/gptAttentionPlugin.h",
590577
"cpp/tensorrt_llm/plugins/ncclPlugin/",
591-
"tensorrt_llm/functional.py",
592-
"tensorrt_llm/mapping.py",
593-
"tensorrt_llm/llmapi/",
594-
"tensorrt_llm/executor/",
578+
"cpp/tensorrt_llm/pybind/",
579+
"cpp/tensorrt_llm/runtime/ipcUtils.cpp",
580+
"cpp/tensorrt_llm/runtime/ncclCommunicator.cpp",
581+
"cpp/tensorrt_llm/runtime/utils/mpiUtils.cpp",
582+
"cpp/tensorrt_llm/runtime/workerPool.h",
583+
"cpp/tensorrt_llm/runtime/worldConfig.cpp",
584+
"cpp/tensorrt_llm/thop/allgatherOp.cpp",
585+
"cpp/tensorrt_llm/thop/allreduceOp.cpp",
586+
"cpp/tensorrt_llm/thop/reducescatterOp.cpp",
587+
"cpp/tests/executor/",
588+
"cpp/tests/kernels/allReduce/",
589+
"cpp/tests/runtime/mpiUtilsTest.cpp",
590+
"jenkins/L0_Test.groovy",
595591
"tensorrt_llm/_ipc_utils.py",
596-
"tensorrt_llm/parameter.py",
597-
"tensorrt_llm/models/llama/",
598592
"tensorrt_llm/_torch/compilation/patterns/ar_residual_norm.py",
599593
"tensorrt_llm/_torch/compilation/patterns/ub_allreduce.py",
600594
"tensorrt_llm/_torch/custom_ops/userbuffers_custom_ops.py",
601-
"tensorrt_llm/_torch/pyexecutor/model_engine.py",
602-
"tensorrt_llm/_torch/pyexecutor/py_executor.py",
603-
"tensorrt_llm/_torch/pyexecutor/_util.py",
604595
"tensorrt_llm/_torch/models/modeling_llama.py",
605596
"tensorrt_llm/_torch/modules/fused_moe/",
597+
"tensorrt_llm/_torch/pyexecutor/_util.py",
598+
"tensorrt_llm/_torch/pyexecutor/model_engine.py",
599+
"tensorrt_llm/_torch/pyexecutor/py_executor.py",
600+
"tensorrt_llm/executor/",
601+
"tensorrt_llm/functional.py",
602+
"tensorrt_llm/llmapi/",
603+
"tensorrt_llm/mapping.py",
604+
"tensorrt_llm/models/llama/",
605+
"tensorrt_llm/parameter.py",
606+
"tensorrt_llm/serve/",
606607
"tests/integration/defs/cpp/test_multi_gpu.py",
607608
"tests/integration/test_lists/test-db/l0_dgx_h100.yml",
608609
"tests/integration/test_lists/test-db/l0_dgx_h200.yml",
610+
"tests/unittest/_torch/auto_deploy/unit/multigpu",
609611
"tests/unittest/_torch/multi_gpu/",
610612
"tests/unittest/_torch/multi_gpu_modeling/",
611-
"tests/unittest/_torch/auto_deploy/unit/multigpu",
613+
"tests/unittest/disaggregated/",
612614
"tests/unittest/llmapi/test_llm_multi_gpu.py",
613615
"tests/unittest/llmapi/test_llm_multi_gpu_pytorch.py",
614-
"jenkins/L0_Test.groovy",
615616
]
616617

617618
def changedFileList = getMergeRequestChangedFileList(pipeline, globalVars)

0 commit comments

Comments
 (0)