Whytehorse
Whytehorse
I re-ran ./configure and then ran the test and I get that it passed: ``` //tensorflow/python/kernel_tests:basic_gpu_test PASSED in 49.2s Executed 1 out of 1 test: 1 test passes. ```
OK, so I tried this command: `bazel build --local_resources 2048,.5,1.0 --copt=-march=bdver3 -c opt --config=sycl //tensorflow/tools/pip_package:build_pip_package ` And I get this error now: ``` ERROR: /home/ben/tensorflow-opencl/tensorflow/core/kernels/BUILD:2585:1: C++ compilation of rule '//tensorflow/core/kernels:pooling_ops'...
The above error started when I ran a git pull on tensorflow-opencl. Do I need a newer bazel or python or something for the newer tensorflow? Or is this a...
It successfully compiled with ```bazel build --local_resources 2048,.5,1.0 -c opt --config=sycl //tensorflow/tools/pip_package:build_pip_package``` Thank you. Now when I run the gpu test I get this error ``` Error: [ComputeCpp:RT0106] Device not...
I got computecpp 1.2 and recompiled. The GPU test errors out with the following log: ``` exec ${PAGER:-/usr/bin/less} "$0" || exit 1 ----------------------------------------------------------------------------- W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled...
******************************************************************************** ComputeCpp Info (CE 0.1.2) ******************************************************************************** Toolchain information: GLIBCXX: 20150426 This version of libstdc++ is supported. ******************************************************************************** Device Info: Discovered 1 devices matching: platform : device type : -------------------------------------------------------------------------------- Device...
I tried getting the latest bleeding edge video drivers and it looks like they're only on OpenCL 1.1. 1. Platform Profile: FULL_PROFILE Version: OpenCL 1.1 Mesa 17.1.0-devel - padoka PPA...
I filed a bug report to AMD, ubuntu, and contacted the bleeding edge drivers ppa maintainer. If anyone else is affected by this, add your comments to the bug so...
@amorenew that driver doesn't support my APU and the one that does isn't available on Ubuntu 16.04.
I looked there. I get a bunch of errors when running configure for tensorflow, like this: `ERROR: /home/ben/tensorflow-opencl-master/tensorflow/workspace.bzl:17:3: //external:eigen_archive: no such attribute 'urls' in 'new_http_archive' rule. `Ok, I resolved this....