Skip to content
  • Ye Luo's avatar
    Add functions to do threaded memcpy and memset · fa21b8d5
    Ye Luo authored
    threaded_memXXX is contains a parallel do region
    threaded_barrier_memXXX contains do region without parallel
    threaded_nowait_memXXX contains do region without parallel and a nowait at the end do
    fa21b8d5