Ask Your Question
0

Prebuilt Windows binaries, CUDA

asked 2013-04-11 23:06:55 -0600

clarkis117 gravatar image

Do the prebuilt windows binaires (from sourceforge) support CUDA and OpenCL?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2013-04-12 01:03:06 -0600

Since version 2.4.4 you do not need to manually configure the prebuilt binaries anymore to use CUDA and openCL. The designated functions will check whether you have correct CUDA support and will use it if possible. Just be sure to add the GPU core module as library.

I am using prebuilt 2.4.4 binaries with CUDA 4.2 and it works perfectly on windows 7 x64.

edit flag offensive delete link more
1

answered 2013-04-11 23:45:56 -0600

hjf gravatar image

cv::getBuildInformation() can tell you that. In my case it reads:

  Other third-party libraries:
    Use IPP:                     NO
    Use Eigen:                   NO
    Use TBB:                     NO
    Use OpenMP:                  NO
    Use GCD                      NO
    Use Concurrency              YES
    Use C=:                      NO
    Use Cuda:                    NO
    Use OpenCL:                  NO

So there's your answer.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-11 23:06:55 -0600

Seen: 2,066 times

Last updated: Apr 12 '13