我无法理解如何让我的 ubuntu 安装中的 opencl 和 cuda 运行于视频游戏。
CPU规格
lshw -C cpu
*-cpu
description: CPU
product: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
vendor: Intel Corp.
physical id: 3d
bus info: cpu@0
version: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
slot: SOCKET 0
size: 3323MHz
capacity: 3800MHz
width: 64 bits
clock: 100MHz
capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts cpufreq
configuration: cores=4 enabledcores=4 threads=4
显卡规格
lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2)
nvidia cuda 已获批准https://developer.nvidia.com/cuda-gpus得到正式认可的
我已经按照以下方法安装了适用于 Linux 的 Intel® SDK for OpenCL™ 应用程序和 nvidia cudahttp://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#ubuntu-installation
系统重启后clinfo
命令返回以下内容:
clinfo: /usr/local/cuda-8.0/targets/x86_64-linux/lib/libOpenCL.so.1: no version information available (required by clinfo)
Number of platforms 0
为什么 clinfo 找不到任何平台?