If your author compiles it for such, yes. But no to running say your x86 or x64 apps.
IS gpu present in al computer and is it possible to execute an application(Not graphical) completely on GPU?
![]() | Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years. Thanks, CNET Support |
IS gpu present in al computer and is it possible to execute an application(Not graphical) completely on GPU?
Discussion is locked
If your author compiles it for such, yes. But no to running say your x86 or x64 apps.
i want to develop an application that can only execute on GPU.. is it possible
?? will it work in all other machines which have GPU?
You can find examples of video encoding apps that leverage the GPU. Coding such is very advanced so I must keep my answers simple. If you want to write such a thing, then, as a programmer you know how to research how to do this.
GPU are more powerful and can be used along with CPU fr running multi thread programs.But only for some programs not for all.To execute an application on(GPU,CPU) simply add programs in your code.This approach is acceptable if your code is not complicated.You can also use GPU through other middleware.