Is it possible to describe GPU memory requirements in app_info?

Message boards : Questions and problems : Is it possible to describe GPU memory requirements in app_info?
Message board moderation

To post messages, you must log in.

AuthorMessage
Raistmer

Send message
Joined: 9 Apr 06
Posts: 302
Message 28546 - Posted: 7 Nov 2009, 10:27:52 UTC

For example, if app takes 1/4 of GPU memory no matter how much GPU processing resources it uses, no more than 4 instances per GPU should be launched by BOINC.

Is it possible to add such constraint into app_info file now?

ID: 28546 · Report as offensive
Profile David Anderson
Volunteer moderator
Project administrator
Project developer
Avatar

Send message
Joined: 10 Sep 05
Posts: 719
Message 28556 - Posted: 7 Nov 2009, 22:09:38 UTC - in response to Message 28546.  

You can specify, e.g.:

<coproc>
    <type>CUDA</type>
    <count>.25</count>
</coproc>

This will only increase throughput if the app uses 1/4 or less of the GPU RAM, AND 1/4 or less of its processors.
ID: 28556 · Report as offensive

Message boards : Questions and problems : Is it possible to describe GPU memory requirements in app_info?

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.