Broadcasting on arrays larger than typemax(Int32)
yields truncation error
#2658
Labels
bug
Something isn't working
typemax(Int32)
yields truncation error
#2658
Describe the bug
When broadcasting on arrays larger than
typemax(Int32)
, a truncation error pops up:Error
To reproduce
Note that a GPU with memory >8GB is required to reproduce this test. I am using CUDA.jl v5.6.1:
Expected behavior
No truncation error should appear when broadcasting, even for arrays larger than
typemax(Int32)
.Version info
Julia
CUDA.jl
The text was updated successfully, but these errors were encountered: