Skip to content

Cannot have more than 999 residues #12

@fahmed00

Description

@fahmed00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions