Ubuntu 16.04 中出现错误“注意!未找到 OpenCL 或 CUDA 安装”

Ubuntu 16.04 中出现错误“注意!未找到 OpenCL 或 CUDA 安装”

我想hashcat在 Ubuntu 16.0 上运行,但它返回有关 OpenCl 安装的错误。

ATTENTION! No OpenCL or CUDA installation found.

系统使用的显卡是:

lspci | grep VGA
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Oland GL [FirePro W2100]

glxinfo | grep Device
Device: AMD OLAND (DRM 2.50.0 / 4.15.0-58-generic, LLVM 6.0.0) (0x6608)

CPU:
product: Intel(R) Xeon(R) CPU E5-1660 v3 @ 3.00GHz

我尝试安装一些驱动程序包:

ocl-icd-libopencl1

但使用时返回错误:

 DRM_IOCTL_I915_GEM_APERTURE failed: No such file or directory
Assuming 131072kB available aperture size.
May lead to reduced performance or incorrect rendering.
get chip id failed: -1 [22]
param: 4, val: 0
DRM_IOCTL_I915_GEM_APERTURE failed: No such file or directory
Assuming 131072kB available aperture size.
May lead to reduced performance or incorrect rendering.
get chip id failed: -1 [22]
param: 4, val: 0
beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL works, you can ignore this message)
clGetDeviceIDs(): CL_DEVICE_NOT_FOUND

clGetDeviceIDs(): CL_DEVICE_NOT_FOUND

当我安装时RadeonOpenCompute (ROCm),还是不行。有解决办法吗?

相关内容