From 0d065ba770bf1faefa766661dd096a4c05f31ce9 Mon Sep 17 00:00:00 2001 From: Cordell Bloor Date: Fri, 25 Aug 2023 03:09:28 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 690d68158..87f55cf1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ Full documentation for rocSOLVER is available at [rocsolver.readthedocs.io](http - Linear system solver without pivoting for block tridiagonal matrices: - GEBLTTRS_NPVT now supports interleaved\_batched format +### Fixed +- Fixed stack overflow in sparse tests on Windows + +### Changed +- Changed rocsolver-test sparse input data search paths to be relative to the test executable +- Changed build scripts to default to compressed debug symbols in Debug builds + ## rocSOLVER 3.22.0 for ROCm 5.6.0 ### Added