morousg / cvGPUSpeedup

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

Test Thread Fusion enabled by default #87

Closed morousg closed 8 months ago

morousg commented 8 months ago

We want to enable thread fusion by default and execute all the benchmarks, where it makes a difference, and compare the times with and without it, to see if there is any case where the execution times are worse than expected.