JuliaGPU/CUDA.jl
Ver no GitHubNaming inconsistencies in generic dense cuSOLVER functions
Open
#3.085 aberto em 9 de abr. de 2026
good first issue
Métricas do repositório
- Stars
- (1.408 stars)
- Métricas de merge de PR
- (Mesclagem média 5d 5h) (16 fundiu PRs em 30d)
Description
Describe the bug
There are some naming inconsistencies in the generic dense cuSOLVER API, where some Xroutine functions are wrapped instead as routine.
Xsytrs
https://github.com/JuliaGPU/CUDA.jl/blob/a9a687cf541c1cdc91e0b6884382f6fd57ceb417/lib/cusolver/src/dense_generic.jl#L125 https://github.com/JuliaGPU/CUDA.jl/blob/a9a687cf541c1cdc91e0b6884382f6fd57ceb417/lib/cusolver/src/dense_generic.jl#L152
Xtrtri
Xlarft