Zakor

Results 7 comments of Zakor

You are not doing anything wrong. There is an issue with SYCL and the SIMD instructions (i.e. mavx and msee flags). I am running tests right now to see if...

Ok this seems to compile and pass the tests just fine. Make sure you first switch to gcc-4.8 (the link you mentioned needs to be updated). If this still does...

Ok so this is just some incomplete information. If you have a look here: http://deep-beta.co.uk/setting-up-tensorflow-with-opencl-using-sycl/ you can find a very similar guide. The last command you need to launch from...

Hi, I am not sure why we need such a high timeout as well. Two days is definitely too much! I usually only test `-- //tensorflow/... -//tensorflow/compiler/...` which takes less...

1) When the GPU is enabled, whether it is with CUDA or OpenCL, all the heavy work is done there so the CPU won't be much used. The optimization flags...

Yes this is definitely getting out of scope. Please open an issue on https://github.com/lukeiwanski/tensorflow about the optimizations that can be done to avoid copies.

Hello @rahasayantan, It is indeed an issue with computecpp so you could probably have more help here: https://github.com/lukeiwanski/tensorflow Just a quick question though did you install `ocl-icd-opencl-dev opencl-headers`? Also the...