Behavior of heterogeneous broadcast/operations
Open
cuda array
speculative
- Dominant language
- Julia
- Stars
- 1.4k
- Forks
- 281
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 30
Description
While:
```
arr = ones(10)
arr2 = ones(1)
CuArray(arr) .- CuArray(arr2)
```
Works fine, `CuArray(arr) .- arr2` fails.
Is that intended?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.