From 5d19ae2cf4cffe5d5b2beb13e512b6383c8a2ae1 Mon Sep 17 00:00:00 2001 From: Steve Leung Date: Thu, 8 Aug 2024 11:11:15 -0600 Subject: [PATCH] bump version to 1.0.15 for ROCm 6.2 Co-authored-by: Sam Wu <22262939+samjwu@users.noreply.github.com> --- .jenkins/staticanalysis.groovy | 5 ++--- CHANGELOG.md | 8 ++++++++ CMakeLists.txt | 2 +- docs/doxygen/Doxyfile | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.jenkins/staticanalysis.groovy b/.jenkins/staticanalysis.groovy index ee8e8e8..dd54dde 100644 --- a/.jenkins/staticanalysis.groovy +++ b/.jenkins/staticanalysis.groovy @@ -7,11 +7,10 @@ import java.nio.file.Path def runCI = { - nodeDetails, jobName, buildCommand, label -> + nodeDetails, jobName -> def prj = new rocProject('hipFFT-internal', 'PreCheckin') // customize for project - prj.paths.build_command = buildCommand prj.libraryDependencies = ['rocRAND','rocFFT'] // Define test architectures, optional rocm version argument is available @@ -28,6 +27,6 @@ ci: { properties(auxiliary.addCommonProperties([pipelineTriggers([cron('0 1 * * 7')])])) stage(urlJobName) { - runCI([ubuntu20:['any']], urlJobName) + runCI([ubuntu22:['any']], urlJobName) } } diff --git a/CHANGELOG.md b/CHANGELOG.md index cc23af9..8832d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ Documentation for hipFFT is available at [https://rocm.docs.amd.com/projects/hipFFT/en/latest/](https://rocm.docs.amd.com/projects/hipFFT/en/latest/). +## hipFFT 1.0.15 for ROCm 6.2.0 + +### Fixes + +* Added hip::host as a public link library, as hipfft.h includes HIP runtime headers. +* Prevent C++ exceptions leaking from public API functions. +* Make output of hipfftXt match cufftXt in geometry and alignment for 2D and 3D FFTs. + ## hipFFT 1.0.14 for ROCm 6.1.0 ### Changes diff --git a/CMakeLists.txt b/CMakeLists.txt index 21fb35a..eb968ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -153,7 +153,7 @@ if(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY AND NOT WIN32) endif() # Version -set( VERSION_STRING "1.0.14" ) +set( VERSION_STRING "1.0.15" ) set( hipfft_SOVERSION 0.1 ) if( ROCM_FOUND ) diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index bca353c..c8a4ce2 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "hipFFT" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.0.14 +PROJECT_NUMBER = v1.0.15 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a