2

What JVM runs on a CPU + GPU?

I know JVM like Oracle, Zulu, OpenJDK but none is designed to offload processing to GPU.

quarks
  • 31,298
  • 67
  • 266
  • 478

1 Answers1

3

AFAIK, no JVM can automagically off-load work to a GPU (apart from cases where the GPU is used for graphics ...)

But there are various ways to use GPUs from Java. This Q&A has a good summary:

Stephen C
  • 669,072
  • 92
  • 771
  • 1,162