skillfed

cuequivariance-ops-cu12

cuequivariance-ops - GPU Accelerated Extensions for Equivariant Primitives

cuequivariance-ops-cu12 v0.11.1 119.4K downloads/30d#12,076 on PyPI
License unclear # Software License Agreement LICENSE AGREEMENT FOR NVIDIA MATH LIBRARIES SOFTWARE DEVELOPMENT KITS This license agreement(“Agreement”) is a legal agreement between you and NVIDIA Corporation… (full text in the JSON record) Active released

What it is and what it does

cuequivariance-ops-cu12 is a compiled CUDA kernel library for equivariant neural network primitives, distributed as a Python package that loads pre-built binary extensions at import time. It contains no Python source code—only a shared library wrapper that exposes GPU-accelerated operations for the cuEquivariance framework. The package is designed to run on NVIDIA GPUs and depends on CUDA 12.x runtime libraries (nvidia-cublas-cu12) plus standard Python utilities for progress reporting and platform detection.

This is a low-level infrastructure package: developers do not call it directly, but rather use it as a runtime dependency of higher-level equivariance libraries. Installation is restricted to Linux (x86_64 and aarch64 architectures) and requires Python 3.10 or later. The NVIDIA proprietary license permits use only on NVIDIA GPU systems and prohibits reverse engineering, sublicensing, or derivative works without explicit permission.

Use it for:

  • Accelerate equivariant neural network training and inference on NVIDIA GPUs via the cuEquivariance library
  • Deploy production models that require equivariant primitives with GPU performance on NVIDIA hardware
  • Research equivariant deep learning with access to optimized CUDA kernels for group-equivariant operations
  • Build AI applications requiring geometric or symmetry-preserving neural network layers on NVIDIA systems

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Loads CUDA kernels for equivariant neural network operations on NVIDIA GPUs, providing compiled binary extensions without Python bindings.

Yes, if you are using cuEquivariance on an NVIDIA GPU system and require GPU acceleration for equivariant operations. Install only on Linux (x86_64 or aarch64) with Python >=3.10 and CUDA 12.x runtime. The NVIDIA proprietary license is restrictive—do not use if you need to redistribute or modify the library. No known security vulnerabilities as of the query date.

Install

cuequivariance-ops-cu12 on PyPI

pip

pip install cuequivariance-ops-cu12

uv

uv add cuequivariance-ops-cu12

poetry

poetry add cuequivariance-ops-cu12

Installing cuequivariance-ops-cu12

Before you install

Medium install friction due to platform-specific wheels (x86_64 and aarch64 Linux only). Active maintenance with recent release. Requires NVIDIA CUDA runtime dependencies (nvidia-cublas-cu12, nvidia-ml-py) and standard utilities (tqdm, platformdirs).

License in practice

NVIDIA proprietary license with significant restrictions: SDK licensed only for NVIDIA GPU systems, prohibits reverse engineering, restricts sublicensing and derivative works, and requires material additional functionality if distributed. Liability capped at $10.00 USD. Not suitable for open-source or unrestricted redistribution.

Quickstart

pip install cuequivariance-ops-cu12
import cuequivariance_ops_cu12
# Loads CUDA kernels for use by cuEquivariance library

Requires NVIDIA GPU, CUDA 12.x runtime, and Linux (x86_64 or aarch64). Python >=3.10 required.

Verify before relying

  • Whether this package is meant to be used standalone or only as a dependency of cuEquivariance itself
  • What specific equivariant operations the CUDA kernels implement
  • Performance characteristics or benchmarks relative to CPU or other GPU implementations

Package facts

License # Software License Agreement LICENSE AGREEMENT FOR NVIDIA MATH LIBRARIES SOFTWARE DEVELOPMENT KITS This license agreement(“Agreement”) is a legal agreement between you and NVIDIA Corporation… (full text in the JSON record) (unclear)
Python support supports the current Python release (>=3.10)
Install friction medium — platform-specific wheel
Runtime dependencies 4 — nvidia-cublas-cu12, tqdm, nvidia-ml-py, platformdirs
Maintenance actively maintained — 7 days since the last release
First released
Downloads 119,360/month — #12,076 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: cuequivariance_ops_cu12-0.11.1-py3-none-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl; cuequivariance_ops_cu12-0.11.1-py3-none-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Intended Audience :: DevelopersProgramming Language :: Python

Tags

cuda kernels equivariant neural networksgpu accelerated equivariance primitivesnvidia cuequivariance cuda extensionsequivariant deep learning gpucuda math libraries gpu computingequivariant neural network acceleration
cuda-kernelsequivariant-networksgpu-acceleration

More Artificial Intelligence packages

Further reading