diff --git a/projects/rocsparse/CHANGELOG.md b/projects/rocsparse/CHANGELOG.md index 4eb9a2c82265..78fd67005b55 100644 --- a/projects/rocsparse/CHANGELOG.md +++ b/projects/rocsparse/CHANGELOG.md @@ -11,6 +11,9 @@ Documentation for rocSPARSE is available at ### Upcoming changes * Deprecated the `rocsparse_indextype_u16` index type. It is no longer supported and will be removed in a future release. Users should use `rocsparse_indextype_i32` or `rocsparse_indextype_i64` going forward. +### Known issues +* The HIP graph capture/launch path for the factorization routines `bsric0`, `bsrilu0`, `csric0` and `csrilu0` can fail with `hipErrorOutOfMemory` at `hipGraphLaunch` on memory-constrained GPUs such as the gfx110X family. The corresponding `graph_test` cases are marked `known_bug` and excluded from the standard test suites until the fix lands. + ## rocSPARSE 4.6.0 for ROCm 7.13.0 ### Added diff --git a/projects/rocsparse/clients/tests/test_bsric0.yaml b/projects/rocsparse/clients/tests/test_bsric0.yaml index 2eb02e166c82..58e7eb8ae997 100644 --- a/projects/rocsparse/clients/tests/test_bsric0.yaml +++ b/projects/rocsparse/clients/tests/test_bsric0.yaml @@ -214,7 +214,10 @@ Tests: filename: [Chevron2] - name: bsric0_graph_test - category: pre_checkin + # known_bug: hipGraphLaunch OOMs (hipErrorOutOfMemory) on memory-constrained + # GPUs such as the gfx110X family. See ROCm/rocm-libraries#9143. Restore to + # pre_checkin once the graph capture/launch memory usage is fixed. + category: known_bug function: bsric0 precision: *single_double_precisions_complex_real M_N: *M_N_range_quick diff --git a/projects/rocsparse/clients/tests/test_csric0.yaml b/projects/rocsparse/clients/tests/test_csric0.yaml index c1db4395560e..3531ed45c8bd 100644 --- a/projects/rocsparse/clients/tests/test_csric0.yaml +++ b/projects/rocsparse/clients/tests/test_csric0.yaml @@ -207,7 +207,10 @@ Tests: filename: [Chevron4] - name: csric0_graph_test - category: pre_checkin + # known_bug: hipGraphLaunch OOMs (hipErrorOutOfMemory) on memory-constrained + # GPUs such as the gfx110X family. See ROCm/rocm-libraries#9143. Restore to + # pre_checkin once the graph capture/launch memory usage is fixed. + category: known_bug function: csric0 precision: *single_double_precisions_complex_real M_N: *M_N_range_quick diff --git a/projects/rocsparse/clients/tests/test_csrilu0.yaml b/projects/rocsparse/clients/tests/test_csrilu0.yaml index 5be23307a21c..ab28db5b458e 100644 --- a/projects/rocsparse/clients/tests/test_csrilu0.yaml +++ b/projects/rocsparse/clients/tests/test_csrilu0.yaml @@ -215,7 +215,10 @@ Tests: filename: [Chevron4] - name: csrilu0_graph_test - category: pre_checkin + # known_bug: hipGraphLaunch OOMs (hipErrorOutOfMemory) on memory-constrained + # GPUs such as the gfx110X family. See ROCm/rocm-libraries#9143. Restore to + # pre_checkin once the graph capture/launch memory usage is fixed. + category: known_bug function: csrilu0 precision: *single_double_precisions_complex_real M_N: *M_N_range_quick