Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fbgemm_gpu/test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def decorator(testfn: Callable) -> Any:
@wraps(testfn)
# pyre-fixme[3]: Return annotation cannot be `Any`.
def wrapper(*args: Any, **kwargs: Any) -> Any:
ROCM_VERSION_FILEPATH = "/opt/rocm/.info/version-dev"
ROCM_VERSION_FILEPATH = "/opt/rocm/.info/version"
if TEST_WITH_ROCM:
# Fail if ROCm version file is missing.
if not os.path.isfile(ROCM_VERSION_FILEPATH):
Expand Down
Loading