OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.

Regarding OpenCL ICD

Nisha_A_
Beginner
431 Views

I am using Intel sdk intel_sdk_for_ocl_applications_2013_xe_sdk_3.0.67279_x64 .
The Intel OpenCL ICD loader is searching /etc/OpenCL/vendors directory for intel64.icd file.
I wants to override this default location of search . Can I do that ? If yes how can we override
this location with someother location ?

I found an environment variable OCL_ICD_VENDORS for this . But for my case it is not working.

Please help.

0 Kudos
1 Reply
Yuri_K_Intel
Employee
431 Views
Hi, This location (/etc/OpenCL/vendors) is specified in Khronos ICD extension - http://www.khronos.org/registry/cl/extensions/khr/cl_khr_icd.txt and Intel OpenCL ICD loader is following it. So, the only way to override this behavior is to search for alternative OpenCL ICD implementations which might allow to do that. Thanks, Yuri
0 Kudos
Reply