Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

LazyArrays doesn't work with CuArrays 2.1.0 #1044

@simonbyrne

Description

@simonbyrne

Description

LazyArrays doesn't play nice with CuArrays 2.1.0

Reproducible example

using CuArrays, LazyArrays
CuArrays.allowscalar(false)
a = CuArray(rand(10,3))
W = CuArray(rand(1,3))
reduce(+, @~ W .* a; init=0.0)

See Slurm failures on #1004.

We can either fix the issue or find another way to write kernels similar to the above.

cc: @lcw @vchuravy @leios

For CLIMA Developers

  • This feature can be added (if it cannot be, explain why in a comment below -- lack of technical expertise, not relevant to the scope of this project, too ambitious)
  • There is a timeline for when this feature can be implemented
  • The feature has been (or will be) implemented (Please link the PR)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions