Jump to content

Recommended Posts

Posted

The stress test is not maintaining 100% gpu use. It goes to 100%, go to 0%, go to 100%  and repeat it until I stop it. Why the test isn't maintain the GPU use always at 100% (or near it) like when I'm playing a game, for example.

Posted
6 hours ago, Jonas Barbosa said:

The stress test is not maintaining 100% gpu use. It goes to 100%, go to 0%, go to 100%  and repeat it until I stop it. Why the test isn't maintain the GPU use always at 100% (or near it) like when I'm playing a game, for example.

It's because in order to support a wide range of GPU's, it uses the industry standard GPU compute API OpenCL.  And with OpenCL you issue a computing task that loads the GPU to 100%, and you need to issue the new task to the OpenCL layer once it finished.  That new task then gets compiled by OpenCL which loads the CPU but not the GPU.  At that stage momentarily the GPU gets to "rest" a bit and then the new computing task begins.  And then the cycle goes on...

  • 2 months later...
Posted
On 7/25/2021 at 2:19 PM, Fiery said:

It's because in order to support a wide range of GPU's, it uses the industry standard GPU compute API OpenCL.  And with OpenCL you issue a computing task that loads the GPU to 100%, and you need to issue the new task to the OpenCL layer once it finished.  That new task then gets compiled by OpenCL which loads the CPU but not the GPU.  At that stage momentarily the GPU gets to "rest" a bit and then the new computing task begins.  And then the cycle goes on...

Thank you!  I thought it would be a lot harder to get an answer to this question!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...