Skip to content

Behavior of heterogeneous broadcast/operations #152

Open
@dinarior

Description

@dinarior

While:

arr = ones(10)
arr2 = ones(1)
CuArray(arr) .- CuArray(arr2)

Works fine, CuArray(arr) .- arr2 fails.
Is that intended?

Metadata

Metadata

Assignees

No one assigned

    Labels

    cuda arrayStuff about CuArray.speculativeNot sure about this one yet.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions