我有一个使用 OpenCL 的项目,该项目正在我的 MAC 上运行,具有以下规格:
MacBook Air (13-inch, Mid 2013)
1.3 GHz Intel Core i5
Intel HD Graphics 5000 1536 MB
在具有以下规格的 AWS EC2 实例上:
g2.2xlarge Instance.
Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
NVIDIA GRID GPU (Kepler GK104) with
Ubuntu 14.04 - 64 bit.
它也适用于其他 g2 和 p2 实例,因为它们具有 GPU。
但它不适用于 NV6 - MS Azure TESLA M60 GPU。规格是:
GPU: 1 x M60 GPU (1/2 Physical Card)
Ubuntu 14.04.5 LTS
Intel(R) Xeon(R) CPU E5-2690 v3 @ 2.60GHz (x 6)
我有以下命令的以下输出:
信息:
clinfo: /usr/local/cuda-8.0/targets/x86_64-linux/lib/libOpenCL.so.1: no version information available (required by clinfo)
I: ICD loader reports no usable platforms
lspci:
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 01)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:08.0 VGA compatible controller: Microsoft Corporation Hyper-V virtual VGA
Nvidia 设备查询:
./deviceQuery Starting...
CUDA Device Query (Runtime API) version (CUDART static linking)
NVIDIA: no NVIDIA devices found
cudaGetDeviceCount returned 30
-> unknown error
Result = FAIL
当我尝试运行我的程序时。我收到以下错误:
Exception
ERROR: clGetPlatformIDs(-1001)
这里有什么问题?Tesla M60 不支持 OpenCL 吗?clGetPlatformIDs(-1001) 是什么意思?我的 OpenCL 安装不正确吗?因为我有相同的安装程序和其他机器上的所有东西,它工作正常。但是在这里,它给出了错误。