Skip to content

Commit

Permalink
ENH: Bump VkFFT to v1.2.31
Browse files Browse the repository at this point in the history
Bumps VkFFT for performance improvements.

Subsequently bumps ITKVkFFTBackend package to v0.1.9.
  • Loading branch information
tbirdso committed Oct 27, 2022
1 parent a17bddb commit 933862b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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 933862b

Please sign in to comment.