小编Iri*_*eva的帖子

Python LogicError:clGetPlatformIDs失败:未找到平台khr

在Ubuntu中为Python程序集进行鼻子测试时会发生错误:

devices = [ d for d in cl.get_platforms()[0].get_devices() if
LogicError: clGetPlatformIDs failed: platform not found khr


File "/home/fateeva/prog/deflectometry/SGMFMeasurement/_PhaseShifts.py", line 30, in <module>
    devices = [ d for d in cl.get_platforms()[0].get_devices() if
LogicError: clGetPlatformIDs failed: platform not found khr
Run Code Online (Sandbox Code Playgroud)

如何修复它?

ubuntu pyopencl

5
推荐指数
3
解决办法
6494
查看次数

标签 统计

pyopencl ×1

ubuntu ×1