JuliaGPU/CUDA.jl

Warn about unsupported CUSPARSE functionality

Open

#1,271 建立於 2021年12月10日

在 GitHub 查看
 (2 留言) (1 反應) (0 負責人)Julia (274 fork)batch import
cuda librariesenhancementgood first issue

倉庫指標

Star
 (1,408 star)
PR 合併指標
 (平均合併 5天 5小時) (30 天內合併 16 個 PR)

描述

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.

貢獻者指南