Skip to content

Commit

Permalink
Merge pull request #59 from InsightSoftwareConsortium/bump-vkfft
Browse files Browse the repository at this point in the history
ENH: Bump VkFFT to v1.2.31
  • Loading branch information
tbirdso authored Oct 28, 2022
2 parents a17bddb + ed3c449 commit 6c06622
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ jobs:
\${CTEST_CUSTOM_WARNING_EXCEPTION}
# macOS Azure VM Warning
"ld: warning: text-based stub file"
# VkFFT benchmark warning
"warning: ignoring return value"
)
set(dashboard_no_clean 1)
set(ENV{CC} ${{ matrix.c-compiler }})
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
\${CTEST_CUSTOM_WARNING_EXCEPTION}
# macOS Azure VM Warning
"ld: warning: text-based stub file"
# VkFFT benchmark warning
"warning: ignoring return value"
)
set(dashboard_no_clean 1)
set(ENV{CC} ${{ matrix.c-compiler }})
Expand Down
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ endif()
include(FetchContent)
add_definitions(-DVKFFT_BACKEND=${VKFFT_BACKEND} -DCL_TARGET_OPENCL_VERSION=120)
set(vulkan_GIT_REPOSITORY "https://github.com/DTolm/VkFFT") # original source
set(vulkan_GIT_TAG "3aecc219153f97aaa46e613abbf430033eb27512")
# set(vulkan_GIT_REPOSITORY "https://github.com/Leengit/VkFFT") # Kitware copy of original source
# set(vulkan_GIT_TAG "0c5ddfffe1af9ac96c21d4c38941f9b5481b73c3")
set(vulkan_GIT_TAG "v1.2.31")
FetchContent_Declare(
vulkan_lib
GIT_REPOSITORY ${vulkan_GIT_REPOSITORY}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="itk-vkfft",
version="0.1.8",
version="0.1.9",
author="Insight Software Consortium",
author_email="itk+community@discourse.itk.org",
packages=["itk"],
Expand Down

0 comments on commit 6c06622

Please sign in to comment.