Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion projects/rocsparse/clients/tests/test_bsric0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion projects/rocsparse/clients/tests/test_csric0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion projects/rocsparse/clients/tests/test_csrilu0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading