Release Notes

This section includes 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).

1.0.0

The first general availability (GA) release of cuFFTDx library.

New Features

Resolved Issues

  • ptxas warning program uses 32-bit address on line XXX which is conflicting with .address_size 64 shouldn’t appear anymore.

0.3.1

The last early access (EA) release of cuFFTDx library.

Known Issues

  • ptxas warning about pointer size conflict:

    ptxas warning : Program uses 32-bit address on line 'XXX' which is conflicting with .address_size 64
    

    This warning may appear when compiling, but it does not impact functionality or performance.