YAKL
Namespaces | Functions
YAKL_fence.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 yakl
 

Functions

void yakl::fence ()
 Block the host code until all device code has completed. More...
 
YAKL_INLINE void yakl::fence_inner (InnerHandler &handler)
 Block inner threads until all inner threads have completed. More...
 

Detailed Description

YAKL fence routines to block code are varying levels until all threads / streams have completed on the device.