about gpu problem

Answered

i have a problem,can idea realize to use gpu help cpu work?

0
5 comments

Hello! Could you please add more information to clarify the issue?

0

my mean is 

could idea find a method to use gpu help cpu work?

such as Analysis code,run java program,and so on

0

That would be great, a CUDA or OpenCL compiler. But I don't think it's feasible. Utilizing all CPU cores was enough of a challenge.

On the other hand, Microsoft managed to switch Visual Studio to WPF, which means that UI rendering is hardware accelerated via DirectX. Unfortunately, that kind of optimization is very system-specific and Java doesn't allow this level of integration.

Anyway, I hope JetBrains will explore these ideas at some time in the future. I'm sure GPU could be used in some analysis tasks.

0

Please sign in to leave a comment.