-
Notifications
You must be signed in to change notification settings - Fork 9
Description
When running a large system numbered up to 1074 residues, I get the following error during ESM embeddding:
Loading complexes: 0%| | 0/2 [00:00<?, ?it/s]/opt/conda/conda-bld/pytorch_1670525539683/work/aten/src/ATen/native/cuda/IndexKernel.cu:92: operator(): block: [1,0,0], thread: [20,0,0] Assertion index >= -sizes[i] && index < sizes[i] && "index out of bounds" failed.
/opt/conda/conda-bld/pytorch_1670525539683/work/aten/src/ATen/native/cuda/IndexKernel.cu:92: operator(): block: [1,0,0], thread: [21,0,0] Assertion index >= -sizes[i] && index < sizes[i] && "index out of bounds" failed.
Additionally, this leads to the following cuda error:
RuntimeError: CUDA error: device-side assert triggered
I have tested the issue by deleting all residues after 999, and the program runs to completion.