OPENCLAMDBLAS and OPENCLAMDFFT cmake file (Bug #2981)


Added by Franck Charpentier almost 12 years ago. Updated over 11 years ago.


Status:Done Start date:2013-04-22
Priority:Normal Due date:
Assignee:Vladislav Vinogradov % Done:

0%

Category:ocl
Target version:2.4.6
Affected version:2.4.5 (latest release) Operating System:
Difficulty: HW Platform:
Pull request:https://github.com/Itseez/opencv/pull/995

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

  • 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

Also available in: Atom PDF