Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
怎么可能有一个可执行文件(基于启用了 CUDA 支持的 opencv 2.4.3)运行时检查 CUDA 是否存在并调度是否使用来自 opencv 的 gpu 或 cpu 算法?
基于 gpu-opencv 的应用程序 simple 不会在没有 CUDA 的机器上启动(需要 cudart、nvcuda dll)。
提示为 OpenCL 做了这个技巧。