tensorflow-opencl icon indicating copy to clipboard operation
tensorflow-opencl copied to clipboard

Will it work on Intel CPU OpenCL ?

Open unoexperto opened this issue 7 years ago • 1 comments

Hey guys,

Perhaps it's naive question but could you tell me the difference between CPU and GPU versions in this particular version of TF ? What version would I need if I want to use TF with Intel CPU based OpenCL ? I have i7 on kabylake. It supports OpenCL 2.0

I tried to use GPU version first and oddly it wants libcublas.so.9.0 from Nvidia CUDA 9.0. CPU version seems to be just CPU version.

unoexperto avatar Jan 04 '18 21:01 unoexperto

OpenCL support on Intel processors uses their iGPU so there is no point using the CPU version of tensorflow-opencl as it wont take advantage of the opencl acceleration.

fourlexboehm avatar May 22 '18 06:05 fourlexboehm