Skip to content

Commit 0da1836

Browse files
committed
fixup! fixup! Sch: Switch syncdeps to ThunkSyncdeps
1 parent a36e248 commit 0da1836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/datadeps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function taskdeps_for_task(logs::Dict{Int,<:Dict}, tid::Int)
9898
_logs = logs[w]
9999
for idx in 1:length(_logs[:core])
100100
core_log = _logs[:core][idx]
101-
if core_log.category == :add_thunk && core_log.kind == :start
101+
if core_log.category == :add_thunk && core_log.kind == :finish
102102
taskdeps = _logs[:taskdeps][idx]::Pair{Int,Vector{Int}}
103103
if taskdeps[1] == tid
104104
return taskdeps[2]

0 commit comments

Comments
 (0)