| 07868112 | 21-Nov-2025 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix HIP compile warning
src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cpp:1401:15: error: unused variable 'i' [-Werror,-Wunused-variable] 1401 | PetscInt i; | ^ src/m
Fix HIP compile warning
src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cpp:1401:15: error: unused variable 'i' [-Werror,-Wunused-variable] 1401 | PetscInt i; | ^ src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cpp:1647:15: error: unused variable 'i' [-Werror,-Wunused-variable] 1647 | PetscInt i; | ^
show more ...
|