InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

ENH: update remote module RTK #4658

Closed SimonRit closed 1 month ago

SimonRit commented 1 month ago

Several improvements:

git shortlog 1a2ca55..bfdca5b Simon Rit (6): COMP: Fix ramp filter redefinition of itkSetMacro COMP: Remove deprecated inclusion of CUDA's math_functions.h ENH: Rename lp_solve library according to ITK's conventions BUG: Use size_t to compute CUDA memory length ENH: Use 64-bit cublas for CUDA 12 ENH: Avoid single component intermediate CUDA array for scalar images

Should fix #4031.

PR Checklist

Refer to the ITK Software Guide for further development details if necessary.

thewtex commented 1 month ago

@SimonRit thanks!

Failing CI test should be addressed with #4659