We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a835bf2 commit 031e5b9Copy full SHA for 031e5b9
src/xla/IFRT/AsyncArray.jl
@@ -3,7 +3,7 @@ mutable struct AsyncArray <: XLA.AbstractAsyncBuffer
3
future::Union{Future,Nothing}
4
end
5
6
-const AsyncEmptyArray = AsyncArray(Array(C_NULL), nothing)
+const AsyncEmptyArray = AsyncArray(Array(C_NULL, false), nothing)
7
8
AsyncArray(args...; kwargs...) = AsyncArray(Array(args...; kwargs...), nothing)
9
0 commit comments