Commit 6b3810f
1 parent 62a2509 commit 6b3810f
File tree
3 files changed
+1
-7
lines changed- backends/xnnpack/utils
- exir/passes
- third-party
3 files changed
+1
-7
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 | 225 |
| |
229 | 226 |
| |
230 | 227 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1017 | 1017 |
| |
1018 | 1018 |
| |
1019 | 1019 |
| |
1020 |
| - | |
1021 | 1020 |
| |
1022 | 1021 |
| |
1023 | 1022 |
| |
| |||
1062 | 1061 |
| |
1063 | 1062 |
| |
1064 | 1063 |
| |
1065 |
| - | |
1066 | 1064 |
| |
1067 | 1065 |
| |
1068 | 1066 |
| |
| |||
1110 | 1108 |
| |
1111 | 1109 |
| |
1112 | 1110 |
| |
1113 |
| - | |
1114 | 1111 |
| |
1115 | 1112 |
| |
1116 | 1113 |
| |
|
- setup.py+25
- test/dtypes/test_uintx.py+1-8
- test/float8/test_base.py+10
- test/prototype/inductor/test_int8_sdpa_fusion.py+223
- test/quantization/test_quant_primitives.py+27-163
- test/sparsity/test_marlin.py-6
- test/test_ops.py+140-1
- torchao/core/config.py+1
- torchao/csrc/cpu/int8_sdpa.cpp+1.9k
- torchao/dtypes/affine_quantized_tensor.py+185-73
- torchao/dtypes/affine_quantized_tensor_ops.py+14-3
- torchao/dtypes/uintx/int4_cpu_layout.py+6-8
- torchao/dtypes/uintx/tensor_core_tiled_layout.py+6-8
- torchao/experimental/quant_passes.py+1-2
- torchao/ops.py+89
- torchao/prototype/inductor/__init__.py
- torchao/prototype/inductor/fx_passes/README.md+35
- torchao/prototype/inductor/fx_passes/__init__.py+5
- torchao/prototype/inductor/fx_passes/int8_sdpa_fusion.py+392
- torchao/prototype/parq/quant/uniform_torchao.py+28-9
- torchao/quantization/__init__.py+4
- torchao/quantization/pt2e/observer.py-4
- torchao/quantization/qat/affine_fake_quantized_tensor.py+38-13
- torchao/quantization/quant_api.py+8-7
- torchao/quantization/quant_primitives.py+645-206
- torchao/quantization/utils.py+59-17
0 commit comments