Summary
RocSolver default for triangular solve is now to use its internal solver. The old RocSparse solver is never used, so we should remove it.
Rationale
This declutters the code and gives less code to maintain.
Description
Just remove it, it is slower and confusing.
Additional information
No response
Summary
RocSolver default for triangular solve is now to use its internal solver. The old RocSparse solver is never used, so we should remove it.
Rationale
This declutters the code and gives less code to maintain.
Description
Just remove it, it is slower and confusing.
Additional information
No response