Message boards :
Number crunching :
Amd/ATI tasks
Message board moderation
Author | Message |
---|---|
Send message Joined: 12 Dec 20 Posts: 47 Credit: 150,835,232 RAC: 151,071 |
Are there any amd/ati jobs that work on gpus without openCL support? I saw the ATI 14 application , witch differ from the openCL ati applications, but my gpu (hd 4200) doesn't get tasks. |
Send message Joined: 11 Feb 14 Posts: 117 Credit: 7,649,163 RAC: 1 |
Had the same issue with my HD3850, ended up downloading all needed files manually and writing my own app_info.xml. Hope this will work for you too. If you are talking about this computer, you'll have to include the Nvida application in the app_info.xml, all the information about it you can find in your client_state.xml. Don't be surprised about the low performance, the RV610 GPU has 52 GFLOPS FP32 @650MHz, not sure how fast your is clocked, since it's not in the list. But that's just 1/3 of the GeForce GT 610 sitting in this computer. |
Send message Joined: 12 Dec 20 Posts: 47 Credit: 150,835,232 RAC: 151,071 |
I will try this when I get home. the Nvidia card works fine in the system for tasks, it was just the HD 4200 (rv610). I also have a laptop with a 6370m that (shows up in BOINC as hd 5400/r5210 for some reason) I've been having trouble getting open CL enabled even though it has support. also, I'm going to try to overclock the 4200 a bit since if it dies I'll disable it anyway. Thanks for the help, I'll see if it works or not. |
Send message Joined: 12 Dec 20 Posts: 47 Credit: 150,835,232 RAC: 151,071 |
also its the HD 4200 IGP, so isn't it the RS880? at least according to techpowerup, unless its just a relabel. |
Send message Joined: 11 Feb 14 Posts: 117 Credit: 7,649,163 RAC: 1 |
also its the HD 4200 IGP, so isn't it the RS880? at least according to techpowerup, unless its just a relabel.Check with GPU-Z. If it reports something, that doesn't make sense for RV610, you might need to reinstall the driver (get the right one from AMD, not via Windows Update). The RS880 should have OpenCL 1.0, but that's not enough for Moo!, it needs 1.1, but it's good to have the right driver for it anyway. I'm going to try to overclock the 4200 a bit since if it dies I'll disable it anywayIf it's HD 4200 IGP, it's embedded into the northbridge and than if it dies, the entire motherboard might be permanently "disabled". That can happen even if it's a separate chip. What motherboard do you have, it should be pretty easy to find out what GPU it is, if you simply check the specs of the motherboard. |
Send message Joined: 12 Dec 20 Posts: 47 Credit: 150,835,232 RAC: 151,071 |
Gpuz reports it as the RS880 model, ill go to amd to see if they have the right drivers at some point, but for now I'm going to test your method |
Send message Joined: 12 Dec 20 Posts: 47 Credit: 150,835,232 RAC: 151,071 |
Running, no errors yet |
Send message Joined: 12 Dec 20 Posts: 47 Credit: 150,835,232 RAC: 151,071 |
Ok it worked, but now i get no cpu tasks for moo |
Send message Joined: 11 Feb 14 Posts: 117 Credit: 7,649,163 RAC: 1 |
Well, if you want also CPU WUs from Moo!, than you'll have to include that in the app_info.xml too, just like the Nvidia app. You can copy it from one of your other computers, for example on this one you have both the Nvidia app and the CPU app. If you need help, you'll need to post here <app_version> from your client_state.xml for Nvidia OpenCL, I don't have that one since my GTX 275 runs only the CUDA app. |
Send message Joined: 12 Dec 20 Posts: 47 Credit: 150,835,232 RAC: 151,071 |
Here is the Nvidia OpenCL App Version file: <app_version> <app_name>dnetc</app_name> <version_num>105</version_num> <platform>windows_intelx86</platform> <avg_ncpus>0.250000</avg_ncpus> <flops>600650683771.781128</flops> <plan_class>opencl_nvidia_101</plan_class> <api_version>7.13.0</api_version> <file_ref> <file_name>dnetc_wrapper_1.5_windows_intelx86__opencl_nvidia_101.exe</file_name> <main_program/> </file_ref> <file_ref> <file_name>dnetc521-win32-x86-opencl.exe</file_name> <copy_file/> </file_ref> <file_ref> <file_name>dnetc-gpu-1.5.ini</file_name> <open_name>dnetc.ini</open_name> <copy_file/> </file_ref> <file_ref> <file_name>job-win32-opencl-521.1.xml</file_name> <open_name>job.xml</open_name> <copy_file/> </file_ref> <coproc> <type>NVIDIA</type> <count>1.000000</count> </coproc> <gpu_ram>33554432.000000</gpu_ram> <dont_throttle/> <is_wrapper/> </app_version> Here is the CPU one: <app_version> <app_name>dnetc</app_name> <version_num>105</version_num> <platform>windows_x86_64</platform> <avg_ncpus>1.000000</avg_ncpus> <flops>10948322135.252277</flops> <api_version>7.13.0</api_version> <file_ref> <file_name>dnetc_wrapper_1.5_windows_x86_64.exe</file_name> <main_program/> </file_ref> <file_ref> <file_name>dnetc521-win64-amd64.exe</file_name> <copy_file/> </file_ref> <file_ref> <file_name>dnetc-cpu-1.4.ini</file_name> <open_name>dnetc.ini</open_name> <copy_file/> </file_ref> <file_ref> <file_name>job-win64-521.1.xml</file_name> <open_name>job.xml</open_name> <copy_file/> </file_ref> <is_wrapper/> </app_version> |
Send message Joined: 11 Feb 14 Posts: 117 Credit: 7,649,163 RAC: 1 |
Try this: <app_info> <app> <name>dnetc</name> <user_friendly_name>Distributed.net Client</user_friendly_name> </app> <file_info> <name>dnetc_wrapper_1.5_windows_x86_64.exe</name> <executable/> </file_info> <file_info> <name>dnetc521-win64-amd64.exe</name> <executable/> </file_info> <file_info> <name>dnetc_wrapper_1.5_windows_intelx86__ati14.exe</name> <executable/> </file_info> <file_info> <name>dnetc521-win32-x86-stream.exe</name> <executable/> </file_info> <file_info> <name>dnetc_wrapper_1.5_windows_intelx86__opencl_nvidia_101.exe</name> <executable/> </file_info> <file_info> <name>dnetc521-win32-x86-opencl.exe</name> <executable/> </file_info> <file_info> <name>dnetc-cpu-1.4.ini</name> </file_info> <file_info> <name>dnetc-gpu-1.5.ini</name> </file_info> <file_info> <name>job-win64-521.1.xml</name> </file_info> <file_info> <name>job-ati14-1.00.xml</name> </file_info> <file_info> <name>job-win32-opencl-521.1.xml</name> </file_info> <app_version> <app_name>dnetc</app_name> <version_num>105</version_num> <file_ref> <file_name>dnetc_wrapper_1.5_windows_x86_64.exe</file_name> <main_program/> </file_ref> <file_ref> <file_name>dnetc521-win64-amd64.exe</file_name> <copy_file/> </file_ref> <file_ref> <file_name>dnetc-cpu-1.4.ini</file_name> <open_name>dnetc.ini</open_name> <copy_file/> </file_ref> <file_ref> <file_name>job-win64-521.1.xml</file_name> <open_name>job.xml</open_name> <copy_file/> </file_ref> </app_version> <app_version> <app_name>dnetc</app_name> <version_num>105</version_num> <avg_ncpus>0.01</avg_ncpus> <max_ncpus>0.01</max_ncpus> <plan_class>ati14</plan_class> <coproc> <type>ATI</type> <count>1</count> </coproc> <file_ref> <file_name>dnetc_wrapper_1.5_windows_intelx86__ati14.exe</file_name> <main_program/> </file_ref> <file_ref> <file_name>dnetc521-win32-x86-stream.exe</file_name> <copy_file/> </file_ref> <file_ref> <file_name>dnetc-gpu-1.5.ini</file_name> <open_name>dnetc.ini</open_name> <copy_file/> </file_ref> <file_ref> <file_name>job-ati14-1.00.xml</file_name> <open_name>job.xml</open_name> <copy_file/> </file_ref> </app_version> <app_version> <app_name>dnetc</app_name> <version_num>105</version_num> <avg_ncpus>1.00</avg_ncpus> <max_ncpus>1.00</max_ncpus> <plan_class>opencl_nvidia_101</plan_class> <coproc> <type>NVIDIA</type> <count>1</count> </coproc> <file_ref> <file_name>dnetc_wrapper_1.5_windows_intelx86__opencl_nvidia_101.exe</file_name> <main_program/> </file_ref> <file_ref> <file_name>dnetc521-win32-x86-opencl.exe</file_name> <copy_file/> </file_ref> <file_ref> <file_name>dnetc-gpu-1.5.ini</file_name> <open_name>dnetc.ini</open_name> <copy_file/> </file_ref> <file_ref> <file_name>job-win32-opencl-521.1.xml</file_name> <open_name>job.xml</open_name> <copy_file/> </file_ref> </app_version> </app_info> You need these files in your Moo! directory: http://moowrap.net/download/dnetc_wrapper_1.5_windows_x86_64.exe http://moowrap.net/download/dnetc_wrapper_1.5_windows_intelx86__ati14.exe http://moowrap.net/download/dnetc_wrapper_1.5_windows_intelx86__opencl_nvidia_101.exe http://moowrap.net/download/dnetc521-win64-amd64.exe http://moowrap.net/download/dnetc521-win32-x86-stream.exe http://moowrap.net/download/dnetc521-win32-x86-opencl.exe http://moowrap.net/download/dnetc-cpu-1.4.ini http://moowrap.net/download/dnetc-gpu-1.5.ini http://moowrap.net/download/job-win64-521.1.xml http://moowrap.net/download/job-ati14-1.00.xml http://moowrap.net/download/job-win32-opencl-521.1.xml Hope it works, I can't test it myself. I've set CPU usage for the Nvidia application to 1.00 since that's what the app is using on your system, so it will run one ATI WU, one Nvidia WU and one CPU WU on your dual core system. |
Send message Joined: 12 Dec 20 Posts: 47 Credit: 150,835,232 RAC: 151,071 |
It gave me all the tasks, but suddenly ati tasks are compute erroring |
Send message Joined: 12 Dec 20 Posts: 47 Credit: 150,835,232 RAC: 151,071 |
Figured it out, the job-ATI 14 xml file still had dntec518 instead of dntec521. Changing it fixed it |
Send message Joined: 11 Feb 14 Posts: 117 Credit: 7,649,163 RAC: 1 |
Figured it out, the job-ATI 14 xml file still had dntec518 instead of dntec521. Changing it fixed itYes, I couldn't find the right file on the server. |
Send message Joined: 11 Feb 14 Posts: 117 Credit: 7,649,163 RAC: 1 |
And this computer you need to reboot: No AMD STREAM compatible devices found. |
Send message Joined: 12 Dec 20 Posts: 47 Credit: 150,835,232 RAC: 151,071 |
Yea, i had to turn off auto driver update due to the latest driver being broken, should be fixed now |