A
A
Ashot Aslanyan2020-05-28 12:34:22
linux
Ashot Aslanyan, 2020-05-28 12:34:22

How to send the PID process to be processed and executed by the video card?

Hello. please tell me, is there a way to run some processes for execution not on the processor, but on the video card?

I use Ubuntu, in which I run 500

screen -d -m processes and here is a utility, a process.
they load percent up to 100% percent.

is there a way to send to video card.?
If there is, I would like to try how the video card can handle it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
enikeeff, 2020-05-30
@fellliche

If this is a laptop and an nvidia card in dual with intel, and there are a lot of such laptops, then dig in the direction of bumblee and optirun
The program starts with optiran like this
$ optirun program
And it starts the program with output through nvidia, and not through intel

V
vreitech, 2020-05-28
@fzfx

you can’t just take and send the process to the video card.
find a library that matches your language, environment, and video card, determine what in those utilities can be optimized to run on the video card, and rewrite the appropriate code to run on the video card using the found library.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question