File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33Full documentation for rocFFT is available at [ rocfft.readthedocs.io] ( https://rocfft.readthedocs.io/en/latest/ ) .
44
5- ## rocFFT 1.0.21 for ROCm 5.5.0
5+ ## rocFFT 1.0.22 for ROCm 5.5.0
66
77### Optimizations
88- Improved performance of 1D lengths < 2048 that use Bluestein's algorithm.
@@ -22,6 +22,11 @@ Full documentation for rocFFT is available at [rocfft.readthedocs.io](https://ro
2222- Removed zero-length twiddle table allocations, which fixes errors from hipMallocManaged.
2323- Fixed incorrect freeing of HIP stream handles during twiddle computation when multiple devices are present.
2424
25+ ## rocFFT 1.0.21 for ROCm 5.4.3
26+
27+ ### Fixed
28+ - Removed source directory from rocm_install_targets call to prevent installation of rocfft.h in an unintended location.
29+
2530## rocFFT 1.0.20 for ROCm 5.4.1
2631
2732### Fixed
Original file line number Diff line number Diff line change @@ -437,7 +437,6 @@ endif( )
437437rocm_install_targets(
438438 TARGETS ${package_targets}
439439 INCLUDE
440- ${CMAKE_SOURCE_DIR} /library/include
441440 ${CMAKE_BINARY_DIR} /include
442441 )
443442
@@ -468,4 +467,3 @@ if(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY AND NOT WIN32)
468467 DESTINATION "." )
469468 message ( STATUS "Backward Compatible Sym Link Created for include directories" )
470469endif ()
471-
You can’t perform that action at this time.
0 commit comments