You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The operation vgather appears to support indexing by UInt64 and Int64 only.
v = randn(Float32, 16);
vgather(v, Vec{4, UInt64}((1,2,4,5))) # works
vgather(v, Vec{4, UInt32}((1,2,4,5))) # doesn't work
ERROR: error compiling vgather: Failed to parse LLVM Assembly:
julia: llvmcall:3:26: error: '%1' defined with type '<4 x i32>'
%res = add <4 x i64> %0, %1
^
The text was updated successfully, but these errors were encountered:
The operation vgather appears to support indexing by UInt64 and Int64 only.
The text was updated successfully, but these errors were encountered: