remove emulated from triton tests

This commit is contained in:
Szymon Ożóg
2023-08-18 17:40:17 +02:00
parent 4af5a60caf
commit 2cfc7121b1

View File

@@ -299,7 +299,7 @@ jobs:
run: CI=1 ARM64=1 CLANG=1 python -m pytest -n=auto test/ -k 'not (test_nn.py and (test_conv_transpose2d or test_conv2d))' --ignore=test/models --ignore=test/test_speed_v_torch.py --ignore=test/test_net_speed.py --ignore=test/test_specific_conv.py --ignore=test/unit/test_disk_tensor.py
testtriton:
name: (emulated) Triton tests
name: Triton tests
runs-on: ubuntu-22.04
steps:
- name: Checkout Code