Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go ยป
No member browsing this thread
Thread Status: Active
Total posts in this thread: 12
Posts: 12   Pages: 2   [ Previous Page | 1 2 ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 2583 times and has 11 replies Next Thread
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Error: cl_khr_local_int32_base_atomics extension

Ahh, I was missing the "C". Thanks for your help
[Sep 7, 2012 6:59:11 AM]   Link   Report threatening or abusive post: please login first  Go to top 
armstrdj
Former World Community Grid Tech
Joined: Oct 21, 2004
Post Count: 695
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Error: cl_khr_local_int32_base_atomics extension

Just to clarify there are certain OpenCL extensions which are features that a GPU might provide that is outside of the specification for OpenCL. The one required by the Help Conquer Cancer GPU application is cl_khr_local_int32_base_atomics. If you get this error it means that your GPU does not provide this feature therefore the code will exit in the beginning. I have not found a good site from the vendors which specifies which extensions each of their cards provides. At the beginning of the HCC GPU run information for the GPU to be run on is output and one of the things it lists is all the extensions. This list can be found in the stderr after the tag "CL_DEVICE_EXTENSIONS:". On our end we need to go through the list of cards producing this error and exclude them from receiving work. Unfortunately for the HCC GPU work this extension is required.

Thanks,
armstrdj
[Sep 7, 2012 4:03:20 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 12   Pages: 2   [ Previous Page | 1 2 ]
[ Jump to Last Post ]
Post new Thread