Skip to content

Commit

Permalink
Intel GPU Max Support + Gaudi (#214)
Browse files Browse the repository at this point in the history
* Fix Whisper test by adding --num-workers to hf benchmark suite (#137) (#139)
* Add brax benchmark
* Update Metric measure
* Add benchmate
* Sync with stable

---------

Co-authored-by: Pierre Delaunay <[email protected]>
Co-authored-by: Olivier Breuleux <[email protected]>
  • Loading branch information
3 people authored Jun 12, 2024
1 parent 702c1c6 commit 717de64
Show file tree
Hide file tree
Showing 150 changed files with 15,420 additions and 2,096 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requirements.*.txt linguist-generated
.pin/*.txt linguist-generated
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
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
MILABENCH_GPU_ARCH=xpu poetry run milabench pin -c constraints/xpu.txt --config config/standard.yaml
git diff --stat
- name: tests
Expand Down
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,20 @@ workspace/
slurm-*
scripts/inventory.yaml
out.txt

scripts/article/hpu/
scripts/article/cuda/
scripts/article/xpu/

dependencies/
benchmarks/gflownet/gflownet

scripts/inventory.yaml
output/
sqlite.db
.ruff_cache/

test.out
output/
workspace/
.pin/tmp-*
File renamed without changes.
Loading

0 comments on commit 717de64

Please sign in to comment.