Skip to content

Commit

Permalink
Fix a CUDA -> ROCM typo in chplenv/chpl_gpu.py (chapel-lang#23350)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronawho authored Sep 13, 2023
2 parents 77d22f6 + a082c2b commit 3c1cbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/chplenv/chpl_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def _validate_cuda_version_impl():


def _validate_rocm_version_impl():
"""Check that the installed CUDA version is >= MIN_REQ_VERSION and <
"""Check that the installed ROCM version is >= MIN_REQ_VERSION and <
MAX_REQ_VERSION"""
MIN_REQ_VERSION = "4"
MAX_REQ_VERSION = "6"
Expand Down

0 comments on commit 3c1cbb5

Please sign in to comment.