FluxML/Zygote.jl
GitHub で見るUnable to differentiate a broadcasted constructor with CUDA array inputs
Open
#1,528 opened on 2024年10月3日
CUDAhelp wanted
説明
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)