Skip to content

Commit

Permalink
fix: task_callback visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wlruys committed Nov 10, 2023
1 parent 2c4acc3 commit ce4734f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/parla/cython/scheduler.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ class Scheduler(ControllableThread, SchedulerContext):
"""
self.inner_scheduler.remove_parray_from_tracker(cy_parray, did)


cpdef _task_callback(task, body):
"""
A function which forwards to a python function in the appropriate device context.
Expand Down

0 comments on commit ce4734f

Please sign in to comment.