LabVIEW GPU Analysis Toolkit API Reference

Synchronize Device VI

  • Updated2023-02-21
  • 2 minute(s) read

Synchronize Device VI

Owning Palette: LVCUDA

Requires: GPU Analysis Toolkit

Waits for all operations running on the device to finish. If any operation fails during synchronization, this VI returns an error.

This VI accepts a CUDA device pointer, CUDA context, CUFFT handle, CUBLAS handle.

Details  

CUDA Context in specifies the device context to synchronize.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
CUDA Context out returns the synchronized device context.
error out contains error information. This output provides standard error out functionality.

Synchronize Device Details

For more information about the CUDA API, refer to the NVIDIA GPU Computing Documentation website at nvidia.com and download the CUDA API Reference Manual.

Log in to get a better experience