morousg / cvGPUSpeedup

A faster implementation of OpenCV-CUDA that uses OpenCV objects, and more!
Apache License 2.0
34 stars 5 forks source link

Nvtx support #72

Closed aandaluz closed 9 months ago

aandaluz commented 9 months ago

This PR adds support for NVTX code marking. We have a PUSH_RANGE_RAII utility for setting up event labels.