From e424a37e956b518ab6214ed08a9d9b50d0ad396e Mon Sep 17 00:00:00 2001 From: charles-r-earp Date: Sun, 3 Mar 2024 18:25:12 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cd4d9a4..ad2f7e6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,11 @@ jobs: - name: test avx env: RUST_BUILD_RUSTFLAGS: -Ctarget-feature=+avx - run: cargo test --test=integration_tests --no-default-features --features neural-network --target ${{ matrix.target }} conv_2direct -- --format=terse + run: cargo test --test=integration_tests --no-default-features --features neural-network --target ${{ matrix.target }} conv2_direct -- --format=terse + - name: test fma + env: + RUST_BUILD_RUSTFLAGS: -Ctarget-feature=+fma + run: cargo test --test=integration_tests --no-default-features --features neural-network --target ${{ matrix.target }} conv2_direct -- --format=terse krnlc: runs-on: ubuntu-latest # spirv tools install copied from https://github.com/EmbarkStudios/rust-gpu/blob/main/.github/workflows/ci.yaml