GPU calculation error

Message boards : Number crunching : GPU calculation error
Message board moderation

To post messages, you must log in.

AuthorMessage
hartacus

Send message
Joined: 15 May 25
Posts: 1
Credit: 3,800,000
RAC: 0
Message 1263 - Posted: 15 May 2025, 5:26:02 UTC

Hi all,
New to this project, and I'm getting some errors crunching GPU tasks. My GPU is a GTX980 which is a bit long in the tooth but manages CUDA tasks on other projects (i.e. PrimeGrid) without issue. Win10, running latest version of the NVIDIA drivers, updated today. Error message is below. Is this card just too old for this project?

<core_client_version>8.0.2</core_client_version>
<![CDATA[
<message>
Error performing inpage operation.
 (0x3e7) - exit code 999 (0x3e7)</message>
<stderr_txt>
boinc gpu 0 gpuindex: 0 
No checkpoint to load
Maxwell device detected - running smaller kernel runs for compat.
GPUassert: unknown error (code 999) main.cu 4890

</stderr_txt>
]]>
ID: 1263 · Report as offensive     Reply Quote
Keith Myers
Avatar

Send message
Joined: 8 Mar 21
Posts: 105
Credit: 3,007,782,973
RAC: 137,482
Message 1264 - Posted: 16 May 2025, 0:14:54 UTC - in response to Message 1263.  

Could be, the Maxwell 2 cards are supposed to be supported, but the app has to make some drastic changes in running to accommodate those cards. Your card might be an Maxwell type 1 card in fact and why it fails. Might PM boysanic specifically and ask him what the error indicates. He is the admin and main tester for the app developers.
ID: 1264 · Report as offensive     Reply Quote
Ian&Steve C.

Send message
Joined: 13 Jan 25
Posts: 13
Credit: 135,847,500
RAC: 0
Message 1265 - Posted: 16 May 2025, 13:35:10 UTC - in response to Message 1264.  

GTX 980 is Maxwell 2.0

cc_5.2
ID: 1265 · Report as offensive     Reply Quote
Profile [DPC] hansR

Send message
Joined: 29 Jun 20
Posts: 3
Credit: 402,969,369
RAC: 1,738,299
Message 1373 - Posted: 20 Aug 2025, 12:57:57 UTC

Same error every now and than on my RTX 5080:

<core_client_version>8.2.5</core_client_version>
<![CDATA[
<message>
Error performing inpage operation.
 (0x3e7) - exit code 999 (0x3e7)</message>
<stderr_txt>
boinc gpu 0 gpuindex: 0 
No checkpoint to load
GPUassert: unknown error (code 999) main.cu 4890

</stderr_txt>
]]>
ID: 1373 · Report as offensive     Reply Quote
johnkarat

Send message
Joined: 7 Sep 25
Posts: 1
Credit: 0
RAC: 0
Message 1389 - Posted: 7 Sep 2025, 21:54:11 UTC - in response to Message 1263.  

Your GTX980 is still a capable card for many CUDA-based projects, but the issue you’re facing might be due to compatibility rather than raw power. Some newer projects have updated their GPU requirements and may not fully support older architectures, even if the hardware still works fine on other platforms like PrimeGrid.

I’d recommend double-checking the project’s system requirements and supported CUDA versions. Sometimes it’s just a matter of using a different driver version rather than the latest one, as certain updates can cause conflicts with older GPUs. You can also click site for the project’s official FAQ or forums, where they often list tested hardware and troubleshooting steps.
ID: 1389 · Report as offensive     Reply Quote
bluestang

Send message
Joined: 3 Sep 20
Posts: 13
Credit: 2,034,400,049
RAC: 1
Message 1390 - Posted: 10 Sep 2025, 0:18:37 UTC

Nice SPAM sandwich!
ID: 1390 · Report as offensive     Reply Quote

Message boards : Number crunching : GPU calculation error