OPENCLAMDBLAS and OPENCLAMDFFT cmake file (Bug #2981)
Description
on the file cmake/OpenCVDetectOpenCL.make at the lines 78 to 84
if(WITH_OPENCLAMDBLAS) find_path(CLAMDBLAS_ROOT_DIR NAMES include/clAmdBlas.h PATHS ENV CLAMDFFT_PATH ENV ProgramFiles PATH_SUFFIXES clAmdBlas AMD/clAmdBlas DOC "AMD FFT root directory" NO_DEFAULT_PATH)
in find_path for option PATHS this is variable CLAMDFFT_PATH in place of CLAMDBLAS_PATH
for Windows and Linux in the latest version of amd lib, directories are different
History
Updated by Vladislav Vinogradov almost 12 years ago
- Assignee changed from Anatoly Baksheev to yao wang
- Category changed from gpu (cuda) to ocl
Updated by Vladislav Vinogradov over 11 years ago
The issue was fixed in https://github.com/Itseez/opencv/pull/995.
- Assignee changed from yao wang to Vladislav Vinogradov
- Status changed from Open to Done
- Pull request set to https://github.com/Itseez/opencv/pull/995