Skip to content

Commit

Permalink
Rocm (#293)
Browse files Browse the repository at this point in the history
* ROCm changes

* Update ping

* -

* Cleanup the rocm script

* use rocm branch

* -

* Update run_rocm.sh

---------

Co-authored-by: Your Name <[email protected]>
  • Loading branch information
Delaunay and Your Name authored Nov 21, 2024
1 parent 798a186 commit 0b93d59
Show file tree
Hide file tree
Showing 29 changed files with 2,723 additions and 696 deletions.
557 changes: 462 additions & 95 deletions .pin/constraints-rocm-torch.txt

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion benchmarks/brax/benchfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ class BraxBenchmark(Package):
base_requirements = "requirements.in"
main_script = "main.py"


def make_env(self):
env = super().make_env()
env["XLA_PYTHON_CLIENT_PREALLOCATE"] = "False"
return env

__pack__ = BraxBenchmark
73 changes: 36 additions & 37 deletions benchmarks/brax/requirements.rocm.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0b93d59

Please sign in to comment.