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 079b3a2 commit a688e0aCopy full SHA for a688e0a
torch/testing/_internal/distributed/nn/api/remote_module_test.py
@@ -616,7 +616,7 @@ def test_invalid_devices(self):
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"
619
- r"For debugging consider passing AMD_SERIALIZE_KERNEL=3.")
+ r"For debugging consider passing AMD_SERIALIZE_KERNEL=3")
620
else:
621
errorString = r"CUDA error: invalid device ordinal"
622
with self.assertRaisesRegex(
0 commit comments