Skip to content

Commit 4c85c6c

Browse files
pruthvistonydnikolaev-amd
authored andcommitted
[HIP] Few more updates to the returned error string
1 parent 4c94122 commit 4c85c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/testing/_internal/distributed/nn/api/remote_module_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def test_invalid_devices(self):
615615

616616
if TEST_WITH_ROCM:
617617
errorString = (r"HIP error: invalid device ordinal\n"
618-
r"HIP kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.\n"
618+
r"HIP kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.\n"
619619
r"For debugging consider passing AMD_SERIALIZE_KERNEL=3.")
620620
else:
621621
errorString = r"CUDA error: invalid device ordinal"

0 commit comments

Comments
 (0)