Skip to content

Commit 9d5e7c7

Browse files
committed
UKernel Selection, up, up, up, up
1 parent 407084a commit 9d5e7c7

19 files changed

+980
-1084
lines changed

.github/workflows/torchao_experimental_test.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,22 @@ jobs:
3737
pip install numpy
3838
pip install pytest
3939
USE_CPP=1 pip install .
40-
- name: Run tests
40+
- name: Run python tests
4141
run: |
4242
conda activate venv
4343
pytest torchao/experimental/tests/test_int8_dynamic_activation_intx_weight.py
44+
python torchao/experimental/tests/test_embedding_xbit_quantizer.py
45+
- name: Run kernels/cpu/aarch64/tests
46+
run: |
47+
conda activate venv
48+
pushd torchao/experimental/kernels/cpu/aarch64/tests
49+
sh build_and_run_tests.sh
50+
rm -rf /tmp/cmake-out
51+
popd
52+
- name: Run torchao/experimental/ops/tests
53+
run: |
54+
conda activate venv
55+
pushd torchao/experimental/ops/tests
56+
sh build_and_run_tests.sh
57+
rm -rf /tmp/cmake-out
58+
popd

torchao/experimental/kernels/cpu/aarch64/kleidi/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod.h

Lines changed: 0 additions & 122 deletions
This file was deleted.

torchao/experimental/kernels/cpu/aarch64/kleidi/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod.h

Lines changed: 0 additions & 123 deletions
This file was deleted.

torchao/experimental/kernels/cpu/aarch64/kleidi/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm.h

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)