pub fn check_deferred_potrs_info(
stream: &Arc<CudaStream>,
info_dev: &CudaSlice<i32>,
) -> Result<(), String>Expand description
Download the POTRS deferred info scalar and return an error if non-zero.
Mirrors check_deferred_potrf_info for the triangular-solve step.