RTX5080 no work, everything else gets the job done
Message boards :
Problems and bug reports :
RTX5080 no work, everything else gets the job done
Message board moderation
| Author | Message |
|---|---|
|
Send message Joined: 18 Nov 15 Posts: 6 Credit: 24,322,968 RAC: 13,382 |
I want to ask.. I have RTX5080 and I don't get any work for GPU at all. On the other computer I get work normally for CPU and GPU (RTX2080ti), what causes the project server to not send any work for my 5080, the application is not optimized for Blackwall? Or even can't recognize this architecture at all?? This has been going on for several months now. I actually don't know if my RTX5080 ever worked on asteroids xD xD |
|
Send message Joined: 1 Jan 13 Posts: 197 Credit: 16,128,132 RAC: 4,242 |
The official app isn’t compiled with Blackwell support, but you can use a custom build instead https://asteroidsathome.net/boinc/forum_thread.php?id=1157&postid=9302#9302 I’ve been reaching out to the admins to release it, but haven’t had any luck so far... |
|
Send message Joined: 18 Nov 15 Posts: 6 Credit: 24,322,968 RAC: 13,382 |
|
Olivier Isenschmid
Send message Joined: 13 Aug 23 Posts: 2 Credit: 806,048 RAC: 8,838 |
Yeah, but that's for Linux, I have Win11 :(( Salut, j'ai aussi une rtx 5080, effectivement cela ne fonctionne pas, c'est débile. https://signature.statseb.fr/sig-2812.png |
|
Send message Joined: 1 Jan 13 Posts: 197 Credit: 16,128,132 RAC: 4,242 |
There's a new build for Windows 1/ download binaries from https://github.com/ahorek/PeriodSearch/tree/blackstock/builds 2/ copy period_search_Windows_10222_x64_universal_Release.exe and Period_search_Windows_10.0_x64_cuda_v12.9_Release.exe to C:\ProgramData\BOINC\projects\asteroidsathome.net_boinc 3/ create app_info.xml (for Windows) 4/ finish / cancel running WUs 5/ restart boinc & allow work
<app_info>
<app>
<name>period_search</name>
</app>
<file_info>
<name>period_search_Windows_10222_x64_universal_Release.exe</name>
<executable/>
</file_info>
<file_info>
<name>Period_search_Windows_10.0_x64_cuda_v12.9_Release.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>period_search</app_name>
<version_num>10221</version_num>
<avg_ncpus>1.000000</avg_ncpus>
<plan_class></plan_class>
<file_ref>
<file_name>period_search_Windows_10222_x64_universal_Release.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<app_version>
<app_name>period_search</app_name>
<version_num>10217</version_num>
<avg_ncpus>0.010000</avg_ncpus>
<plan_class>cuda118_linux</plan_class>
<file_ref>
<file_name>Period_search_Windows_10.0_x64_cuda_v12.9_Release.exe</file_name>
<main_program/>
</file_ref>
<coproc>
<type>CUDA</type>
<count>1</count>
</coproc>
</app_version>
</app_info>
|
Message boards :
Problems and bug reports :
RTX5080 no work, everything else gets the job done