Functions and structures for handling CUDA interoperability with VPI. More...
#include "Export.h"
#include "Status.h"
#include "Stream.h"
#include "Types.h"
#include "Version.h"
#include <cuda.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
VPIStatus | vpiStreamCreateWrapperCUDA (CUstream cudaStream, uint64_t flags, VPIStream *stream) |
Wraps an existing cudaStream_t into a VPI stream. More... | |
Functions and structures for handling CUDA interoperability with VPI.
Definition in file CUDAInterop.h.