JuliaGPU/CUDA.jl

Warn about unsupported CUSPARSE functionality

Open

#1.271 aberto em 10 de dez. de 2021

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)Julia (274 forks)batch import
cuda librariesenhancementgood 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

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.

Guia do colaborador