We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321ee63 commit 724f2ceCopy full SHA for 724f2ce
fbgemm_gpu/test/test_utils.py
@@ -294,7 +294,7 @@ def decorator(testfn: Callable) -> Any:
294
@wraps(testfn)
295
# pyre-fixme[3]: Return annotation cannot be `Any`.
296
def wrapper(*args: Any, **kwargs: Any) -> Any:
297
- ROCM_VERSION_FILEPATH = "/opt/rocm/.info/version-dev"
+ ROCM_VERSION_FILEPATH = "/opt/rocm/.info/version"
298
if TEST_WITH_ROCM:
299
# Fail if ROCm version file is missing.
300
if not os.path.isfile(ROCM_VERSION_FILEPATH):
0 commit comments