You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simon Moll edited this page Dec 13, 2017
·
4 revisions
RV natively supports critical sections.
Outline the critical section in the region into a function and pass that function to rv::MarkAsCriticalSection(sectionFunc).
In the vectorized code, sectionFunc will be called for each active SIMD lane (SIMD thread) sequentially.