Releases: ilwoolyu/HSD
Releases · ilwoolyu/HSD
HSD v1.3.9
v1.3.9
- Multi-resolution search for the initial guess
v1.3.0-v1.3.8
- Internal spherical resampling for memory/computational efficiency (
--resample
) - Internal spherical resampling for group-wise registration script (
--resample
) - Surface normal fix in icosahedral subdivision
- Fast icosahedral sampling
- Gradient accuracy at vertex
- Initial guess with a wider search range
- AABB cache
- User interface renewal
- README.md update
- Adaptive adjustment of CUDA streams
- Cache fix on inputs with invalid triangle order
- Minor bug fixes
HSD v1.2.10
- OpenMP multi-threading gradient computation
- OpenMP multi-threading initialization
- OpenMP multi-threading support for OpenBLAS
- Linear solver improvement (
sysv
routine in LAPACK) - Efficient gradient computation using BLAS
- CUDA code optimization (pinned memory & optimized parallelism)
- CUDA stream support (
--nStreams
) - Icosahedral mesh file support (
--icomesh
) to avoid point sampling - Initial coefficient guess for rigid alignment (
--noguess
to disable) - CLI update (switch to CLI11) for simplified dependencies
- More strict check of input arguments
- Group-wise registration script on FreeSurfer data
- README.md update
- Stability & performance improvement
- Minor bug fix