Equation Solution  
    High Performance by Design
Navigation Menu
  neuLoop  ⇒  Functions  ⇓  



Function nlp$barrier


SYNTAX
      call nlp$barrier
        This function does not have an argument.

PURPOSE

        This function blocks the caller until the jobs dispatched to soft cores are complete. If there is no job that soft cores are executing, caller will immediately return after calling this function. The following statements

    call nlp$loop_6(sub,start,stop,step,a,b)
    call nlp$barrier

is equivalent to

    call nlp$syncloop_6(sub,start,stop,step,a,b)