JuliaGPU/CUDA.jl

Warn about unsupported CUSPARSE functionality

Open

#1,271 opened on Dec 10, 2021

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Julia (274 forks)batch import
cuda librariesenhancementgood first issue

Repository metrics

Stars
 (1,408 stars)
PR merge metrics
 (Avg merge 5d 5h) (16 merged PRs in 30d)

Description

CUSPARSE's API coverage is fairly limited, e.g. sparse*sparse isn't supported, leading to bugs filed like https://github.com/JuliaGPU/CUDA.jl/issues/1264. Instead of silently allowing those operations, maybe we should consider throwing an error a la CUSPARSE does not support this operation.

Contributor guide