File tree
366 files changed
+109008
-7479
lines changed- benchmarks
- cpp
- utils
- python
- cpp
- include/tensorrt_llm
- batch_manager
- executor
- plugins/api
- runtime
- utils
- micro_benchmarks
- tensorrt_llm
- batch_manager
- aarch64-linux-gnu
- x86_64-linux-gnu
- x86_64-windows-msvc
- common
- cutlass_extensions/include/cutlass_extensions
- executor
- aarch64-linux-gnu
- x86_64-linux-gnu
- x86_64-windows-msvc
- kernels
- beamSearchKernels
- contextFusedMultiHeadAttention
- cubin
- cutlass_kernels
- fp8_rowwise_gemm
- moe_gemm
- decoderMaskedMultiheadAttention
- decoderXQAImplJIT/nvrtcWrapper
- aarch64-linux-gnu
- x86_64-linux-gnu
- x86_64-windows-msvc
- internal_cutlass_kernels
- aarch64-linux-gnu
- include
- x86_64-linux-gnu
- x86_64-windows-msvc
- mixtureOfExperts
- speculativeDecoding
- unfusedAttentionKernels
- layers
- plugins
- api
- common
- gptAttentionCommon
- gptAttentionPlugin
- lowLatencyGemmPlugin
- lowLatencyGemmSwigluPlugin
- ncclPlugin
- pybind
- batch_manager
- common
- executor
- runtime
- utils
- runtime
- utils
- tests
- common
- kernels
- layers
- resources/scripts
- runtime
- docker
- docs/source
- advanced
- installation
- llm-api
- llm-api-examples
- media
- performance
- reference
- examples
- apps
- baichuan
- bert
- bloom
- chatglm
- commandr
- dbrx
- deepseek_v1
- deepseek_v2
- draft_target_model
- eagle
- enc_dec
- falcon
- gemma
- gpt
- gptj
- gptneox
- grok
- internlm
- internlm2
- jais
- llama
- llm-api
- mamba
- medusa
- mixtral
- mllama
- mpt
- multimodal
- nemotron
- opt
- phi
- quantization
- qwen
- qwenvl
- recurrentgemma
- redrafter
- skywork
- smaug
- whisper
- scripts
- tensorrt_llm
- auto_parallel/tensor_parallel/plugin_nodes
- bench
- benchmark
- build
- layers
- llmapi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
366 files changed
+109008
-7479
lines changedDiff for: .gitignore
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Diff for: README.md
+15-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
20 | 31 |
| |
21 | 32 |
| |
22 | 33 |
| |
23 | 34 |
| |
24 | 35 |
| |
25 | 36 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 | 37 |
| |
30 | 38 |
| |
31 | 39 |
| |
| |||
45 | 53 |
| |
46 | 54 |
| |
47 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
48 | 59 |
| |
49 | 60 |
| |
50 | 61 |
| |
| |||
71 | 82 |
| |
72 | 83 |
| |
73 | 84 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 | 85 |
| |
78 | 86 |
| |
79 | 87 |
| |
|
Diff for: benchmarks/README.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
|
Diff for: benchmarks/cpp/gptManagerBenchmark.cpp
+13-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
| 150 | + | |
150 | 151 |
| |
151 | 152 |
| |
152 | 153 |
| |
| |||
879 | 880 |
| |
880 | 881 |
| |
881 | 882 |
| |
| 883 | + | |
| 884 | + | |
882 | 885 |
| |
883 |
| - | |
884 | 886 |
| |
885 | 887 |
| |
886 | 888 |
| |
| |||
1971 | 1973 |
| |
1972 | 1974 |
| |
1973 | 1975 |
| |
| 1976 | + | |
| 1977 | + | |
1974 | 1978 |
| |
1975 | 1979 |
| |
1976 | 1980 |
| |
| |||
2152 | 2156 |
| |
2153 | 2157 |
| |
2154 | 2158 |
| |
| 2159 | + | |
| 2160 | + | |
| 2161 | + | |
2155 | 2162 |
| |
2156 | 2163 |
| |
2157 | 2164 |
| |
| |||
2190 | 2197 |
| |
2191 | 2198 |
| |
2192 | 2199 |
| |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
2193 | 2205 |
| |
2194 | 2206 |
| |
2195 | 2207 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
234 |
| - | |
235 | 234 |
| |
236 | 235 |
| |
237 |
| - | |
238 | 236 |
|
Diff for: benchmarks/python/all_reduce.py
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
Diff for: benchmarks/python/enc_dec_benchmark.py
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + |
+164
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + |
0 commit comments