FluxML/Zygote.jl
Vedi su GitHubUnable to differentiate a broadcasted constructor with CUDA array inputs
Open
#1528 aperta il 3 ott 2024
CUDAhelp wanted
Metriche repository
- Star
- (1568 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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)