Skip to content

Commit

Permalink
changed docstring for AMDGPUs to only support 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parthraut committed May 2, 2024
1 parent a6da5cf commit c217baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeus/device/gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ class AMDGPUs(GPUs):
```
Note: This class instantiates (grabs the handle, by calling `amdsmi.amdsmi_get_processor_handles()`) all GPUs that are visible to the system, as determined by the `HIP_VISIBLE_DEVICES` environment variable if set.
Supports ROCM 5.7 and ROCM 6.0.
!!! Only supports ROCM 6.0 !!!
"""

def __init__(self, ensure_homogeneous: bool = False) -> None:
Expand Down

0 comments on commit c217baf

Please sign in to comment.