File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -612,12 +612,14 @@ for MODE in ${MODES}; do
612612 $runner ${TEST_BIN_DIR} /illegal_spmv_${MODE} _${BACKEND} & > ${TEST_OUT_DIR} /illegal_spmv_${MODE} _${BACKEND} _${P} _${T} .log
613613 head -1 ${TEST_OUT_DIR} /illegal_spmv_${MODE} _${BACKEND} _${P} _${T} .log
614614 grep -i ' Test OK' ${TEST_OUT_DIR} /illegal_spmv_${MODE} _${BACKEND} _${P} _${T} .log || echo " Test FAILED"
615+ echo " "
615616
616617 echo " >>> [x] [ ] Testing matrix times vector using at least one sparse"
617618 echo " vector while the dense descriptor is set (large vectors)"
618619 $runner ${TEST_BIN_DIR} /illegal_spmv_${MODE} _${BACKEND} 100000 & > ${TEST_OUT_DIR} /illegal_spmv_large_${MODE} _${BACKEND} _${P} _${T} .log
619620 head -1 ${TEST_OUT_DIR} /illegal_spmv_large_${MODE} _${BACKEND} _${P} _${T} .log
620621 grep -i ' Test OK' ${TEST_OUT_DIR} /illegal_spmv_large_${MODE} _${BACKEND} _${P} _${T} .log || echo " Test FAILED"
622+ echo " "
621623
622624 echo " >>> [x] [ ] Testing matrix times dense vector using the double (+,*)"
623625 echo " semiring where matrix elements are doubles and vector"
You can’t perform that action at this time.
0 commit comments