We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76da7fe commit 2b34d5aCopy full SHA for 2b34d5a
jenkins/L0_MergeRequest.groovy
@@ -578,6 +578,7 @@ def getMultiGpuFileChanged(pipeline, testFilter, globalVars)
578
"cpp/tensorrt_llm/kernels/unfusedAttentionKernels.h",
579
"cpp/tensorrt_llm/kernels/unfusedAttentionKernels.cu",
580
"cpp/tensorrt_llm/kernels/userbuffers/",
581
+ "cpp/tensorrt_llm/kernels/moe",
582
"cpp/tensorrt_llm/pybind/",
583
"cpp/tests/kernels/allReduce/",
584
"cpp/tensorrt_llm/plugins/cpSplitPlugin/cpSplitPlugin.h",
@@ -602,6 +603,8 @@ def getMultiGpuFileChanged(pipeline, testFilter, globalVars)
602
603
"tensorrt_llm/_torch/pyexecutor/py_executor.py",
604
"tensorrt_llm/_torch/pyexecutor/_util.py",
605
"tensorrt_llm/_torch/models/modeling_llama.py",
606
+ "tensorrt_llm/_torch/models/modeling_deepseekv3.py",
607
+ "tensorrt_llm/_torch/modules/fused_moe/",
608
"tests/integration/defs/cpp/test_multi_gpu.py",
609
"tests/integration/test_lists/test-db/l0_dgx_h100.yml",
610
"tests/integration/test_lists/test-db/l0_dgx_h200.yml",
0 commit comments