CVCUDA / CV-CUDA

CV-CUDA™ is an open-source, GPU accelerated library for cloud-scale image processing and computer vision.
https://cvcuda.github.io
Other
2.34k stars 215 forks source link

fix: #ifdef DEBUG -> #ifdef DEBUG_MODEL_KERNEL #191

Open jeanchristopheruel opened 3 weeks ago

jeanchristopheruel commented 3 weeks ago

Fix the codeblock block guard for printMatrix, which should be DEBUG_MODEL_KERNEL instead of DEBUG.