GPU Compute Software
Ask questions about Intel® Graphics Compute software technologies, such as OpenCL* GPU driver and oneAPI Level Zero
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
84 Discussions

Opencl for Intel HD graphics 3000

abeer
Beginner
4,948 Views

I am using a 

Intel® Core™ i5-2540M CPU @ 2.60GHz with Intel HD graphics 3000 (integrated) . don't have Opencl pre-installed on my computer. But a certain application demands Opencl 2.1 or higher to be installed. Where do I go from here?

 

regards

Labels (1)
0 Kudos
1 Solution
ArpitaP_Intel
Moderator
4,931 Views

Hi Abeer,


Thanks for reaching out to us.


You can follow any one of the below links to install opencl for your application

https://software.intel.com/content/www/us/en/develop/tools/opencl-sdk.html

https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html


Let us know, if your issue is resolved.


Regards,

Arpita


View solution in original post

5 Replies
ArpitaP_Intel
Moderator
4,932 Views

Hi Abeer,


Thanks for reaching out to us.


You can follow any one of the below links to install opencl for your application

https://software.intel.com/content/www/us/en/develop/tools/opencl-sdk.html

https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html


Let us know, if your issue is resolved.


Regards,

Arpita


AlHill
Super User
4,924 Views

Sorry, but your laptop is just too old.   It has no OpenCL.   If you are using Windows 10,  there is no Intel driver available.  All you have is the Microsoft generic driver, which lacks features and performance.

 

It is time to take this machine to a recycle facility and purchase a new(er)  system that is supported.

 

Doc (not an Intel employee or contractor)

ArpitaP_Intel
Moderator
4,887 Views

Hi Abeer,


Let us know, if your issue is resolved.


Regards,

Arpita


ArpitaP_Intel
Moderator
4,755 Views

Hi Abeer,


We assume that your issue is resolved. If you need any additional information, please submit a new question as this thread will no longer be monitored.


Thanks!



Wertia
Novice
2,799 Views

I was about to say 'sudo apt update' but I realized this isn't the linux forums . I went to the github page that the Mod put (ArpitaP_intel) and even saw it in the code

 

'

 
 
 
 
 
 
name: Labeling new issues
on:
issues:
types: ['opened']
 
jobs:
automate-issues-labels:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- uses: andymckay/labeler@1.0.4
with:
add-labels: "new issue"

ignore-if-labeled: true'

 

hehehe. heck even the fixes in the git commits just disable the tracking to make it run faster meaning that Intel Graphics already had pre-installed trackers ALTHOUGH I may have just read that wrong, usually it's written as a pointer if it's for memory.  I read all of https://github.com/intel/llvm/tree/sycl/bolt/utils and It just occurred to me that that the most fixes and bugs related to the intel HD graphics all has to do with changing the directories from when other programs or security updates disable them, change it or remove them possibly due to a malware attack that also ties to that directory. It all makes sense now.

Reply