- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have installed a Xeon Phi on CentOS 6.6. When running my OpenCL application on Intel SDK it works for CPU but crashes when I select the Xeon Phi which shows as "Intel(R) Many Integrated Core Acceleration Card". libOpenCL points to "/opt/intel/opencl/lib64/libOpenCL.so" on my system.
Please advise.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MPSS version is 3.5.1. OpenCL version is 14.2 though.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So I installed mpss 3.3.5 and Opencl SDK 14.2. and running micinfo produces the following output:
System Info
HOST OS : Linux
OS Version : 2.6.32-504.el6.x86_64
Driver Version : 3.3.5-1
MPSS Version : 3.3.5
Host Physical Memory : 7999 MB
Device No: 0, Device Name: mic0
Version
Flash Version : 2.1.02.0391
SMC Firmware Version : 1.17.6900
SMC Boot Loader Version : 1.8.4326
uOS Version : 2.6.38.8+mpss3.3.5
Device Serial Number : ADKC45000259
but my application now fails to create a command-q:
Requested device: Intel(R) Many, Found: Intel(R) Many Integrated Core Acceleration Card
ERROR: [/src/benchapp.cpp:148] TIME: [Fri Aug 14 23:02:20 2015] Failed to create a commandQ for device 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I fixed the issue by exporting some env variables:
export LD_LIBRARY_PATH=/opt/intel/opencl-1.2-4.5.0.8/lib64/:$LD_LIBRARY_PATH
export MIC_LD_LIBRARY_PATH=/opt/intel/opencl-1.2-4.5.0.8/libmic/:$MIC_LD_LIBRARY_PATH
Also I need to set intel.icd file under /etc/OpenCL/vendors/intel.icd
The content of that file is as folllowing:
/opt/intel/opencl-1.2-4.5.0.8/lib64/libintelocl.so
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page