GPU-accelerated PyTorch extensions for equivariant neural network primitives, specifically compiled for CUDA 13. Current version 0.10.0, requires Python >=3.10. Part of the cuequivariance ecosystem for efficient group-equivariant operations.
pip install cuequivariance-ops-torch-cu13Verified import paths — ran on the pinned version, not inferred.
Basic usage: import the package (without CUDA suffix) and call an operation on a CUDA tensor.
Use 'import cuequivariance_ops_torch as coe_ops' in code.
Match the package suffix (e.g., cu12, cu13) to your installed CUDA toolkit version. Use 'pip install cuequivariance-ops-torch-cu12' for CUDA 12.
Ensure your GPU is supported (e.g., Ampere or newer). If not, you may need to build from source or use a CPU fallback.