我有JavaCL库,也可以使用JavaCL.createBestContext()创建CLContext,但是它返回CLContext,后者只有Intel(R)OpenCL平台,可以在需要GPU设备时调用CPU设备!

帮我!

最佳答案

我找到了决定,看起来像这样

CLContext context = JavaCL.createBestContext(CLPlatform.DeviceFeature.MostImageFormats);

关于java - 如何使用JavaCL创建NVIDIA CUDA的CLContext?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/59940928/

10-12 23:36