Best approach for GPGPU/CUDA/OpenCL in Java?

后端 未结 8 1260
深忆病人
深忆病人 2020-11-30 18:13

General-purpose computing on graphics processing units (GPGPU) is a very attractive concept to harness the power of the GPU for any kind of computing.

I\'d love to

8条回答
  •  自闭症患者
    2020-11-30 18:36

    You may also consider Aparapi. It allows you to write your code in Java and will attempt to convert bytecode to OpenCL at runtime.

    Full disclosure. I am the Aparapi developer.

提交回复
热议问题