OpenCL_Intel_GPU not giving work, application not found

Message boards : Bug tracker : OpenCL_Intel_GPU not giving work, application not found

To post messages, you must log in.

AuthorMessage
[DPC] Mastha-Hacker

Send message
Joined: 27 Nov 24
Posts: 1
Credit: 1,121,136
RAC: 134
  
Message 1980 - Posted: 29 Dec 2024, 10:36:00 UTC

I'm working on adding the app_config.xml to distribute work more even between my different projects.

I have an Intel GPU in my Mac. When I add OpenCL_intel_gpu to my app_config.xml, BOINC says it does not match any app versions.

In the application overview, there is 0 GigaFLOPS contributed with this application. Is there something wrong or do I have to change something?

Intel 64-bit Mac OS 10.13 or later 3.09 (opencl_intel_gpu) 9 Apr 2024, 9:08:58 UTC 0 GigaFLOPS

<app_config> 

  <project_max_concurrent>2</project_max_concurrent>
  <!-- limiting the concurrent apps run by any one project allows apps from other projects to run as well -->
  <!-- as long as they have work available. Optional -->
  <app>
    <name>amicable_10_21</name>
    <max_concurrent>2</max_concurrent>
  </app>
  <app_version>  
    <app_name>amicable_10_21</app_name>
    <plan_class>mt</plan_class>
    <avg_ncpus>6</avg_ncpus>
    <cmdline>--nthreads 6</cmdline>
    <max_concurrent>1</max_concurrent>
  </app_version>
  <app_version> 
    <app_name>amicable_10_21</app_name>
    <plan_class>opencl_amd</plan_class>
    <max_concurrent>1</max_concurrent>
  </app_version>
  <app_version>  
    <app_name>amicable_10_21</app_name>
    <plan_class>opencl_intel_gpu</plan_class>
    <max_concurrent>1</max_concurrent>
  </app_version>

</app_config>
ID: 1980 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Sergei Chernykh
Project administrator
Project developer

Send message
Joined: 5 Jan 17
Posts: 546
Credit: 72,451,573
RAC: 0
   
Message 1981 - Posted: 29 Dec 2024, 12:18:07 UTC - in response to Message 1980.  

From the project config:
	<plan_class>
		<name>opencl_intel_gpu</name>
		<opencl/>
		<gpu_type>intel</gpu_type>
		<host_summary_regex>Arc</host_summary_regex>
		<min_gpu_ram_mb>2600</min_gpu_ram_mb>
		<gpu_ram_used_mb>2600</gpu_ram_used_mb>
		<cpu_frac>0.0001</cpu_frac>
	</plan_class>

So it should be an Intel Arc GPU - if there is no "Arc" in the host description, it will not work.
ID: 1981 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote

Message boards : Bug tracker : OpenCL_Intel_GPU not giving work, application not found


©2025 Sergei Chernykh