Whytehorse
Whytehorse
in configuration.h you can modify these lines: ``` / Z-Probe variables // Start and end location values are used to deploy/retract the probe (will move from start to end and...
I'm also affected by this issue. I never noticed anything amiss until I started using automatic bed leveling. I think the readme.md should mention in the assumptions that the following...
same here: `Exception : No UPnP device discovered` `[Server] [ERROR] failed to query seed: timed out` `failed to query seed: [Errno 113] No route to host` I'm behind a firewall...
I've got the A10-7850(Kaveri), aka steamroller. I already got ComputeCpp. I already compiled successfully using ComputeCpp and OpenCL. My graphics driver shows OpenCL 1.2 is supported. When I run the...
******************************************************************************** ComputeCpp Info (CE 0.1.1) ******************************************************************************** Toolchain information: GLIBCXX: 20150426 This version of libstdc++ is supported. ******************************************************************************** Device Info: Discovered 1 devices matching: platform : device type : -------------------------------------------------------------------------------- Device...
What binary?
I run this: ``` import tensorflow as tf # Creates a graph. a = tf.constant([1.0, 2.0, 3.0, 4.0, 5.0, 6.0], shape=[2, 3], name='a') b = tf.constant([1.0, 2.0, 3.0, 4.0, 5.0,...
FYI here is a working build command for my cpu: `bazel build --local_resources 2048,.5,1.0 --copt=-march=bdver3 -c opt //tensorflow/tools/pip_package:build_pip_package`
what's a good test to verify that opencl is working in tensorflow and using my gpu?
``` fail("ERROR: Building with --config=s...") ERROR: Building with --config=sycl but TensorFlow is not configured to build with SYCL support. Please re-run ./configure and enter 'Y' at the prompt to build...