@@ -694,6 +694,11 @@ def getMultiGpuFileChanged(pipeline, testFilter, globalVars)
694694 " cpp/tests/e2e_tests/batch_manager/" ,
695695 " cpp/tests/e2e_tests/executor/" ,
696696 " cpp/tests/unit_tests/multi_gpu/" ,
697+ " examples/layer_wise_benchmarks/config_ctx.yaml" ,
698+ " examples/layer_wise_benchmarks/config_gen.yaml" ,
699+ " examples/layer_wise_benchmarks/mpi_launch.sh" ,
700+ " examples/layer_wise_benchmarks/run_single.py" ,
701+ " examples/layer_wise_benchmarks/run_single.sh" ,
697702 " jenkins/L0_Test.groovy" ,
698703 " tensorrt_llm/_ipc_utils.py" ,
699704 " tensorrt_llm/_torch/compilation/patterns/ar_residual_norm.py" ,
@@ -713,6 +718,7 @@ def getMultiGpuFileChanged(pipeline, testFilter, globalVars)
713718 " tensorrt_llm/models/llama/" ,
714719 " tensorrt_llm/parameter.py" ,
715720 " tensorrt_llm/serve/" ,
721+ " tensorrt_llm/tools/layer_wise_benchmarks/" ,
716722 " tests/integration/defs/cpp/test_multi_gpu.py" ,
717723 " tests/integration/test_lists/test-db/l0_dgx_h100.yml" ,
718724 " tests/integration/test_lists/test-db/l0_dgx_h200.yml" ,
@@ -722,6 +728,7 @@ def getMultiGpuFileChanged(pipeline, testFilter, globalVars)
722728 " tests/unittest/disaggregated/" ,
723729 " tests/unittest/llmapi/test_llm_multi_gpu.py" ,
724730 " tests/unittest/llmapi/test_llm_multi_gpu_pytorch.py" ,
731+ " tests/unittest/tools/test_layer_wise_benchmarks.py" ,
725732 ]
726733
727734 def changedFileList = getMergeRequestChangedFileList(pipeline, globalVars)
0 commit comments