File tree
30 files changed
+565
-131
lines changed- .github/workflows
- accelerator
- deepspeed
- inference/v2
- checkpoint
- kernels
- core_ops
- bias_activations
- cuda_layer_norm
- cuda_rms_norm
- gated_activations
- ragged_ops
- embed
- linear_blocked_kv_rotary
- logits_gather
- moe_gather
- moe_scatter
- top_k_gating
- profiling/flops_profiler
- runtime
- data_pipeline/data_sampling
- zero
- op_builder
- cpu
- hpu
- xpu
- requirements
- tests/unit/runtime
- zero
30 files changed
+565
-131
lines changedDiff for: .github/workflows/nv-inference.yml
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 |
| - | |
62 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + |
Diff for: accelerator/cuda_accelerator.py
+8-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
260 | 261 |
| |
261 | 262 |
| |
262 | 263 |
| |
263 |
| - | |
| 264 | + | |
264 | 265 |
| |
265 | 266 |
| |
266 | 267 |
| |
267 |
| - | |
| 268 | + | |
268 | 269 |
| |
269 | 270 |
| |
270 | 271 |
| |
271 |
| - | |
| 272 | + | |
272 | 273 |
| |
273 | 274 |
| |
274 | 275 |
| |
275 |
| - | |
| 276 | + | |
276 | 277 |
| |
277 | 278 |
| |
278 | 279 |
| |
279 |
| - | |
| 280 | + | |
280 | 281 |
| |
281 | 282 |
| |
282 | 283 |
| |
283 |
| - | |
| 284 | + | |
284 | 285 |
| |
285 | 286 |
| |
286 | 287 |
| |
287 |
| - | |
| 288 | + | |
288 | 289 |
| |
289 | 290 |
| |
290 | 291 |
| |
|
+2-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 43 | + | |
47 | 44 |
| |
48 | 45 |
| |
49 | 46 |
| |
50 | 47 |
| |
51 | 48 |
| |
52 |
| - | |
| 49 | + | |
53 | 50 |
| |
54 | 51 |
| |
55 | 52 |
| |
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
+13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
827 | 827 |
| |
828 | 828 |
| |
829 | 829 |
| |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
830 | 839 |
| |
831 | 840 |
| |
832 | 841 |
| |
| |||
899 | 908 |
| |
900 | 909 |
| |
901 | 910 |
| |
| 911 | + | |
| 912 | + | |
| 913 | + | |
902 | 914 |
| |
903 | 915 |
| |
904 | 916 |
| |
905 | 917 |
| |
| 918 | + | |
906 | 919 |
| |
907 | 920 |
| |
908 | 921 |
| |
|
0 commit comments