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 2609514 commit ec54565Copy full SHA for ec54565
src/memory-spaces.jl
@@ -380,8 +380,6 @@ end
380
aliasing(::String) = NoAliasing() # FIXME: Not necessarily true
381
aliasing(::Symbol) = NoAliasing()
382
aliasing(::Type) = NoAliasing()
383
-aliasing(x::DTask, T) = aliasing(fetch(x; raw=true), T)
384
-aliasing(x::DTask) = aliasing(fetch(x; raw=true))
385
function aliasing(x::Chunk, T)
386
@assert x.handle isa DRef
387
if root_worker_id(x.processor) == myid()
0 commit comments