Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mila-iqia/milabench into add_flops
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre.delaunay committed Oct 26, 2023
2 parents 8e80c84 + 34d55e6 commit bd1e4ef
Show file tree
Hide file tree
Showing 38 changed files with 1,345 additions and 1,204 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ jobs:
poetry lock --no-update
poetry install
- name: pin
run: |
MILABENCH_GPU_ARCH=cuda poetry run milabench pin -c constraints/cuda.txt --config config/standard.yaml
MILABENCH_GPU_ARCH=rocm poetry run milabench pin -c constraints/rocm.txt --config config/standard.yaml
git diff --stat
- name: tests
run: |
export PATH="/opt/rocm/bin:$PATH"
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ sqlite.db
.pin-constraints-*
.mongo/
.pin/tmp-*


.no_report
trash/
Loading

0 comments on commit bd1e4ef

Please sign in to comment.