Skip to content

Commit

Permalink
ci fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed May 15, 2024
1 parent cf0f274 commit d1c73fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
RUST_BUILD_RUSTFLAGS: -Ctarget-feature=+avx
run: cargo test --test=integration_tests --no-default-features --features neural-network --target ${{ matrix.target }} -v conv2_direct
- name: test fma
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.os != 'macos-latest' }}
env:
RUST_BUILD_RUSTFLAGS: -Ctarget-feature=+fma
run: cargo test --test=integration_tests --no-default-features --features neural-network --target ${{ matrix.target }} -v conv2_direct
Expand Down

0 comments on commit d1c73fa

Please # to comment.