1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Cuda186 forks (186 forks)auto 404
enhancementgood first issue
Repository metrics
- Stars
- 679 stars (679 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Downstream issue: https://github.com/JuliaGPU/AMGX.jl/issues/21.
The input matrix in that issue is singular but there seems to be some issue where instead of getting a well-descriptive error message, the more general Fail to get info from cudense is printed.
Contributor guide
- Research direction
- Find the code path that handles singular matrices and check where the generic error message is generated. Look at the AMGX error handling, especially the 'Fail to get info from cudense' message. Trace back to understand why the specific singular matrix error is not being thrown.
- Tech stack
- ccpp
- Domain
- backendapi
- Issue type
- Bug
- Prerequisites
- GitCUDA