반응형 Program Language56 [OCL] #include cannot open source file "......cl" INTEL OPENCL 기준 #include 해서 같은 폴더에 넣어 놓더라도 cannot open source file "......cl" 이라는 에러만 나고include가 안된다.Default로 어디를 참조하는지는 모르겠지만,Build 할때 "-I ." 옵션을 주면 된다.clBuildProgram(program, 0, NULL, build_option, NULL, NULL); 2012. 9. 21. #ifdef #else #endif #elifdef #ifdef A...#endif #ifdef A...#else...#endif #ifdef A...#else#ifdef B...#else...#endif#endif #elifdef (else ifdef)는 어떻게 쓰는건지 모르겠음;#ifdef A...#elifdef B...#else...#endif 2012. 8. 9. Intel OpenCL visual studio 설정 http://software.intel.com/sites/landingpage/opencl/user-guide/index.htm 1. Intel OpenCL SDK 받기http://software.intel.com/en-us/articles/vcsource-tools/ http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk/ 2. visual studio project settingOpen the project property pages by selecting Project > Properties.In the C/C++ > General property page, under Additional Include Directories, enter.. 2012. 8. 8. OpenMP 디버깅 Tips 1. printf printf로 디버깅 메시지 쓸때는#pragma omp critical printf("s %d, %d, MBA=%d....이런식으로 critical section을 정해주자.printf가 IO라서 오래걸려서 print가 안될때가 있는데printf동안 다른 쓰레드가 작동 못하게 해준다. 2012. 7. 31. 이전 1 2 3 4 5 6 7 8 ··· 14 다음