Skip to content

Commit

Permalink
Merge pull request #83 from tk3369/master
Browse files Browse the repository at this point in the history
import unrelease function for fire_task! function
  • Loading branch information
shashi committed Mar 22, 2018
2 parents d374c77 + ad1872c commit e7ca616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduler.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Sch

import ..Dagger: Context, Thunk, Chunk, OSProc, order, free!, dependents, noffspring, istask, inputs, affinity, tochunk, _thunk_dict, @dbg, @logmsg, timespan_start, timespan_end
import ..Dagger: Context, Thunk, Chunk, OSProc, order, free!, dependents, noffspring, istask, inputs, affinity, tochunk, _thunk_dict, @dbg, @logmsg, timespan_start, timespan_end, unrelease

const OneToMany = Dict{Thunk, Set{Thunk}}
struct ComputeState
Expand Down

0 comments on commit e7ca616

Please sign in to comment.