- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I get the following runtime errors on Linux.
/opt/intel/opencl-1.2-6.4.0.25/lib64/__ocl_svml_l9.so: error: symbol lookup error: undefined symbol: _ocl_svml_l9_powrf8_half
(fatal)
similar errors occur for
* _ocl_svml_l9_powrf8
* _ocl_svml_l9_powrf8_half
* _ocl_svml_l9_cvtfptoi32rtesatf4
* _ocl_svml_l9_cvtfptoi32rtenosatf8
* _ocl_svml_l9_cvtfptoi32rtesatf8
* _ocl_svml_l9_powrf1_half
* _ocl_svml_l9_cvtfptoi32rtenosatf1
* _ocl_svml_l9_powrf4_half
* _ocl_svml_l9_cvtfptoi32rtesatf1
* _ocl_svml_l9_powrf4
* _ocl_svml_l9_idiv8
* _ocl_svml_l9_cvtfptou32rtesatf1
* _ocl_svml_l9_cvtfptou32rtesatf4
* _ocl_svml_l9_cvtfptou32rtesatf8
Which library should I link with to resolve these errors?
Thanks,
Rohit
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you say more about your system configuration and what you're trying to do when you get this error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there. If you could provide more information about the system configuration (Ubuntu, CentOS, Fedora ?) as well as the precise steps you followed to reproduce this error we'd be appreciative. Meanwhile, we shall also install OpenCL and attempt to reproduce the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi,
Please find additional details below.
Configuration:
Ubuntu 14.04 LTS 64 bit version. I have installed Intel OpenCL Runtime 1.2-6.4.0.25. I have Intel OpenCL CPU device listed in clinfo on Linux.
I am facing this issue when we run our application that was compiled with Clang++ version 3.7.
Rohit