You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
这种情况需要自己用包管理器安装。
thread 'main' panicked at .../ocl-0.19.7/src/standard/platform.rs:49:38:
Platform::list: Error retrieving platform list: ApiWrapper(GetPlatformIdsPlatformListUnavailable(10))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
不知道为什么无法向你回复邮件,只能通过这种方式联系了 :(
以下是本来打算回复的邮件内容,你收到以后可以删除这个 issue:
感谢提供性能数据,我已经补充到 README 了~
如果没有 OpenCL 环境的话应该会出现以下两种结果?
这种情况需要自己用包管理器安装。
运行的时候会先使用
ocl::Platform::list()
获取可用的设备,但是这个 method 里面就已经用.expect("Platform::list: Error retrieving platform list")
直接 panic 了,所以我没办法控制……The text was updated successfully, but these errors were encountered: