Skip to content
  • Jonathan Peyton's avatar
    Runtime support for untied tasks · e6643daa
    Jonathan Peyton authored
    Introduced a counter of parts of an untied task submitted for execution. The
    counter controls whether all parts of the task are already finished. The
    compiler should generate re-submission of partially executed untied task by
    itself before exiting of each task part except for the lexical last part.
    
    Differential Revision: http://reviews.llvm.org/D19026
    
    llvm-svn: 266675
    e6643daa
Loading