I try to install opencl-toolbox in matlab 2017a and i have a error and i don't now how to fix it. Someone who knows how to fix it???
조회 수: 1 (최근 30일)
이전 댓글 표시
I try to execute the make.m file
>> make
Error using mex
MEX cannot find library 'OpenCL' specified with the -l option.
MEX looks for a file with one of the names:
libOpenCL.lib
OpenCL.lib
Please specify the path to this library with the -L option.
Error in make (line 8)
mex('src/openclcmd.cpp', '-Iinclude', ['-I' opencl_include_dir], ...
댓글 수: 0
답변 (1개)
madhan ravi
2018년 11월 18일
It seems that you need to specify the path to your folder where you installed it
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!