Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
fail-fast: false # show all errors for each platform (vs. cancel jobs on error)
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-22.04
name: "Eigen"
backend: "-DRTNEURAL_EIGEN=ON"
- os: ubuntu-latest
- os: ubuntu-22.04
name: "xsimd"
backend: "-DRTNEURAL_XSIMD=ON"
- os: ubuntu-latest
- os: ubuntu-22.04
name: "STL"
backend: "-DRTNEURAL_STL=ON"

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
shell: bash
run: |
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info '/usr/*' '/Applications/Xcode.app/*' "${HOME}"'/.cache/*' '*modules*' '*tests*' --output-file coverage.info
lcov --remove coverage.info '/usr/*' '/Applications/Xcode.app/*' "${HOME}"'/.cache/*' '*modules*' '*tests*' '*build*' --output-file coverage.info

- name: Report Coverage Data
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# - os: ubuntu-latest
# name: "Eigen - AVX"
# backend: "-DRTNEURAL_EIGEN=ON -DRTNEURAL_USE_AVX=ON"
- os: ubuntu-latest
- os: ubuntu-22.04
name: "xsimd"
backend: "-DRTNEURAL_XSIMD=ON"
# - os: ubuntu-latest
Expand All @@ -50,9 +50,9 @@ jobs:
- os: windows-latest
name: "Eigen - AVX"
backend: "-DRTNEURAL_EIGEN=ON -DRTNEURAL_USE_AVX=ON"
- os: windows-latest
name: "xsimd"
backend: "-DRTNEURAL_XSIMD=ON"
# - os: windows-latest @TODO
# name: "xsimd"
# backend: "-DRTNEURAL_XSIMD=ON"
- os: windows-latest
name: "xsimd - AVX"
backend: "-DRTNEURAL_XSIMD=ON -DRTNEURAL_USE_AVX=ON"
Expand All @@ -74,7 +74,7 @@ jobs:
- os: macos-latest
name: "STL"
backend: "-DRTNEURAL_STL=ON"

steps:
- name: Install Linux Deps
if: runner.os == 'Linux'
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ __pycache__
.DS_Store
/.idea
/.venv
.focus-config
*.raddbg_project