--- id: nvidia-mathdx version: "25.6.0" license: LICENSE AGREEMENT FOR NVIDIA MATH LIBRARIES SOFTWARE DEVELOPMENT KITS This license agreement("Agreement”) is a legal agreement between you and NVIDIA Corporation ("NVIDIA") and governs your use of… (full text in the JSON record) license_treatment: unclear maintenance: aging --- # nvidia-mathdx — MathDx Device libraries License: unclear · Maintenance: aging · Downloads: 526.9K/mo ## What it is and what it does NVIDIA MathDx is a device-side library providing mathematical API extensions for CUDA kernels. It allows developers to fuse numerical operations directly within GPU kernel code, reducing latency and improving performance by avoiding intermediate data transfers. The library targets scientific computing, machine learning, and high-performance computing workloads where kernel-level mathematical optimization matters. The package is distributed as a pure Python wheel but is fundamentally a CUDA development tool—it provides headers and APIs for C++ kernel development rather than Python-level functionality. It requires an NVIDIA GPU and CUDA 12 environment. The library is in beta status and has not been updated in several months, suggesting either stable maturity or reduced active development. Use it for: - Optimize FFT and mathematical operations within CUDA kernels for signal processing applications - Reduce latency in machine learning inference by fusing numerical computations at the device level - Develop high-performance scientific computing kernels that require custom mathematical operations on GPU - Implement JIT and LTO callbacks for runtime kernel optimization in CUDA applications ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Device-side API extensions for performing mathematical calculations inside CUDA kernels, enabling fused numerical operations to reduce latency and improve application performance. Yes, if you are developing CUDA kernels for scientific or machine learning workloads and need device-side mathematical optimization. The proprietary license and beta status require careful review of distribution terms if you plan to ship applications using it. The aging maintenance status (274 days since last release) suggests stability but also infrequent updates—verify that CUDA 12 compatibility meets your deployment targets before committing. ## Install pip install nvidia-mathdx uv add nvidia-mathdx poetry add nvidia-mathdx ## Installing nvidia-mathdx Before you install: Low install friction with a pure Python wheel distribution. Maintenance status is aging—last release was 274 days ago—so updates may be infrequent. License in practice: Proprietary NVIDIA license with unclear treatment. The license restricts reverse engineering, sublicensing, and use in critical applications (aviation, medical, autonomous vehicles); distribution of applications using the SDK requires material additional functionality and compliance with NVIDIA's terms. Quickstart: pip install nvidia-mathdx==25.6.0 import nvidia_mathdx # Use device-side APIs within CUDA kernel code Requires NVIDIA CUDA 12 environment and NVIDIA GPU hardware; this is a device-side library for kernel development, not a standalone Python package. Verify before relying: - Exact Python version compatibility (requires_python is unspecified in metadata) - Whether this package can be used standalone or requires separate CUDA toolkit installation - Runtime dependencies beyond the wheel itself (metadata lists zero runtime deps) - Current maintenance status and whether development is active or in maintenance mode ## Package facts - License: LICENSE AGREEMENT FOR NVIDIA MATH LIBRARIES SOFTWARE DEVELOPMENT KITS This license agreement("Agreement”) is a legal agreement between you and NVIDIA Corporation ("NVIDIA") and governs your use of… (full text in the JSON record) (unclear) - Python support: unspecified - Install friction: low - Maintenance: aging - Downloads: 526.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags cuda kernel math operations, nvidia gpu mathematical library, fused numerical operations cuda, device-side math extensions, cuda kernel optimization, gpu mathematical calculations, nvidia mathdx library, cuda-development, gpu-optimization, kernel-libraries [View on SkillFed](https://skillfed.io/packages/nvidia-mathdx) · [View on PyPI](https://pypi.org/project/nvidia-mathdx/)