FluxML/Zygote.jl
Unable to differentiate a broadcasted constructor with CUDA array inputs
Aberta
#1.528 aberto em 3 de out. de 2024
CUDAhelp wanted
Métricas do repositório
- Stars
- (1.568 estrelas)
- Métricas de merge de PR
- (Mesclagem média 2d 16h) (39 fundiu PRs em 30d)
Description
Due to a CUDA bug: https://github.com/JuliaGPU/CUDA.jl/issues/2514, crossposted for reference.
Encountered when differentiating over:
using Distributions
using CUDA
a = cu(ones(5)); b = cu(zeros(5));
Normal.(a, b)