We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/opt/pytorch/pytorch/aten/src/ATen/native/cuda/Indexing.cu:1284: indexSelectLargeIndex: block: [203,0,0], thread: [92,0,0] Assertion srcIndex < srcSelectDimSize failed. /opt/pytorch/pytorch/aten/src/ATen/native/cuda/Indexing.cu:1284: indexSelectLargeIndex: block: [203,0,0], thread: [93,0,0] Assertion srcIndex < srcSelectDimSize failed. /opt/pytorch/pytorch/aten/src/ATen/native/cuda/Indexing.cu:1284: indexSelectLargeIndex: block: [203,0,0], thread: [94,0,0] Assertion srcIndex < srcSelectDimSize failed. /opt/pytorch/pytorch/aten/src/ATen/native/cuda/Indexing.cu:1284: indexSelectLargeIndex: block: [203,0,0], thread: [95,0,0] Assertion srcIndex < srcSelectDimSize failed. [rank1]:[E124 17:29:52.715431335 ProcessGroupNCCL.cpp:1534] [PG 30 Rank 0] Process group watchdog thread terminated with exception: CUDA error: device-side assert triggered Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.
srcIndex < srcSelectDimSize
TORCH_USE_CUDA_DSA
Exception raised from c10_cuda_check_implementation at /opt/pytorch/pytorch/c10/cuda/CUDAException.cpp:43 (most recent call first):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/opt/pytorch/pytorch/aten/src/ATen/native/cuda/Indexing.cu:1284: indexSelectLargeIndex: block: [203,0,0], thread: [92,0,0] Assertion
srcIndex < srcSelectDimSize
failed./opt/pytorch/pytorch/aten/src/ATen/native/cuda/Indexing.cu:1284: indexSelectLargeIndex: block: [203,0,0], thread: [93,0,0] Assertion
srcIndex < srcSelectDimSize
failed./opt/pytorch/pytorch/aten/src/ATen/native/cuda/Indexing.cu:1284: indexSelectLargeIndex: block: [203,0,0], thread: [94,0,0] Assertion
srcIndex < srcSelectDimSize
failed./opt/pytorch/pytorch/aten/src/ATen/native/cuda/Indexing.cu:1284: indexSelectLargeIndex: block: [203,0,0], thread: [95,0,0] Assertion
srcIndex < srcSelectDimSize
failed.[rank1]:[E124 17:29:52.715431335 ProcessGroupNCCL.cpp:1534] [PG 30 Rank 0] Process group watchdog thread terminated with exception: CUDA error: device-side assert triggered
Compile with
TORCH_USE_CUDA_DSA
to enable device-side assertions.Exception raised from c10_cuda_check_implementation at /opt/pytorch/pytorch/c10/cuda/CUDAException.cpp:43 (most recent call first):
The text was updated successfully, but these errors were encountered: