JuliaGPU/CUDA.jl

Warn about unsupported CUSPARSE functionality

Open

#1,271 opened on 2021年12月10日

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
 (平均マージ 5d 5h) (30d で 16 merged PRs)

説明

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.

コントリビューターガイド