Skip to content

Unable to differentiate a broadcasted constructor with CUDA array inputs #1528

@BioTurboNick

Description

@BioTurboNick

Due to a CUDA bug: JuliaGPU/CUDA.jl#2514, crossposted for reference.

Encountered when differentiating over:

using Distributions
using CUDA
a = cu(ones(5)); b = cu(zeros(5));

Normal.(a, b)

Metadata

Metadata

Assignees

No one assigned

    Labels

    CUDAAll things GPUhelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions