File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
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.4.3
6+
7+ ### Fixed
8+ - Removed source directory from rocm_install_targets call to prevent installation of rocfft.h in an unintended location.
9+
510## rocFFT 1.0.20 for ROCm 5.4.1
611
712### Fixed
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ include( ROCMClients )
9898include ( ROCMHeaderWrapper )
9999
100100# Using standardized versioning from rocm-cmake
101- set ( VERSION_STRING "1.0.20 " )
101+ set ( VERSION_STRING "1.0.21 " )
102102rocm_setup_version( VERSION ${VERSION_STRING} )
103103
104104# Append our library helper cmake path and the cmake path for hip (for
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "rocFFT"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = v1.0.20
41+ PROJECT_NUMBER = v1.0.21
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 6464# built documents.
6565#
6666# The short X.Y version.
67- version = u'1.0.20 '
67+ version = u'1.0.21 '
6868# The full version, including alpha/beta/rc tags.
69- release = u'1.0.20 '
69+ release = u'1.0.21 '
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments