Skip to content

Commit 492533d

Browse files
evetssolawruble13
andauthored
remove extra header location from install call
* bump version to 1.0.21 for ROCm 5.4.3 Co-authored-by: Lauren Wrubleski <[email protected]>
1 parent 6e516a1 commit 492533d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Full 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

library/src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ endif( )
437437
rocm_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" )
470469
endif()
471-

0 commit comments

Comments
 (0)