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.

贡献者指南