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 4380b15 commit a390471Copy full SHA for a390471
torch/testing/_internal/distributed/nn/api/remote_module_test.py
@@ -615,7 +615,7 @@ def test_invalid_devices(self):
615
616
if TEST_WITH_ROCM:
617
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"
+ r"HIP kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.\n"
619
r"For debugging consider passing AMD_SERIALIZE_KERNEL=3.")
620
else:
621
errorString = r"CUDA error: invalid device ordinal"
0 commit comments