Release Notes#
This section lists significant changes, new features, performance improvements, and various issues. Unless noted, listed issues should not impact functionality. When functionality is impacted, we offer a work-around to avoid the issue (if available).
0.2.1#
Update for MathDx 25.06.1 release.
New Features#
Support for CUDA 13.0
Deprecation of CUDA 11.X
Support for Thor SM renaming from
sm_101
tosm_110
starting from CUDA 13.0 * Note: For CUDA 12.9 and older releases, Thor stays labeled assm_101
0.2.0#
The cuRANDDx 0.2.0 release adds support for Blackwell architectures, including SM100, SM101, SM103, SM120, and SM121.
New Features#
Support for Blackwell architectures SM100, SM101, SM120; experimental support for SM101, SM121.
Support for NVIDIA Xavier Tegra SoC (
SM<720>
orsm_72
) is deprecated.
0.1.1#
A patch release with a few minor documentation updates.
0.1.0#
The first early access (EA) release of cuRANDDx library.
New Features#
Thread-level API of random number generation using XORWOW, MRG32k3a, Philox_4x32, and quasirandom SOBOL generators.
Thread-level API of random number generation with uniform, normal, log normal, or Poisson distribution.
Support for SM70 - SM90 CUDA architectures.
Multiple examples included.