Skip to content

Commit a6735b9

Browse files
committed
Add README.md
1 parent 3820018 commit a6735b9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

backends/cuda/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CUDA Backend
2+
3+
## VDPAU Stub
4+
5+
The CUDA SDK includes interop headers (`cudaVDPAU.h`, `cuda_vdpau_interop.h`) that reference VDPAU types (`VdpDevice`, `VdpGetProcAddress`, etc.) from `<vdpau/vdpau.h>`. This system header is not always available.
6+
7+
A stub is provided in `include/vdpau/vdpau.h` that defines the necessary VDPAU types so that the CUDA tracer can compiled.

0 commit comments

Comments
 (0)