FluxML/Zygote.jl

Unable to differentiate a broadcasted constructor with CUDA array inputs

Open

#1,528 创建于 2024年10月3日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Julia (1,568 star) (220 fork)batch import
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)

贡献者指南

Unable to differentiate a broadcasted constructor with CUDA array inputs · FluxML/Zygote.jl#1528 | Good First Issue