본문 바로가기
Program Language/OpenCL

[OCL] #include cannot open source file "......cl"

by Leo 리오 2012. 9. 21.
반응형

INTEL OPENCL 기준


#include 해서 같은 폴더에 넣어 놓더라도  

cannot open source file "......cl" 이라는 에러만 나고

include가 안된다.

Default로 어디를 참조하는지는 모르겠지만,

Build 할때 "-I ." 옵션을 주면 된다.

clBuildProgram(program, 0, NULL, build_option, NULL, NULL);


반응형

댓글