benoitsteiner / tensorflow-opencl

OpenCL support for TensorFlow
Apache License 2.0
472 stars 86 forks source link

Error: [ComputeCPP:RT0107] #43

Open pwasiewi opened 7 years ago

pwasiewi commented 7 years ago

I have compiled amdgpu-pro for gentoo , latest eselect-opencl for opencl 1.2 headers, compile and run some opencl samples (they worked!), configured tensorflow for opencl, g++-5.4.0, gcc-5.4.0 and run the command: bazel test -c opt --config=sycl --verbose_failures --test_timeout 3600 //tensorflow/python/kernel_tests:basic_gpu_test and after compilation it failed with an error:

.terminate called after throwing an instance of 'cl::sycl::cl_exception' what(): Error: [ComputeCpp:RT0107] Failed to create program from binary external/bazel_tools/tools/test/test-setup.sh: line 114: 3209 Aborted (core dumped) "${TEST_PATH}" "$@"

lukeiwanski commented 7 years ago

Hi @pwasiewi,

I have compiled amdgpu-pro for gentoo , latest eselect-opencl for opencl 1.2 headers, compile and run some opencl samples (they worked!)

Unfortunetly, we have not tried ComputeCpp on gentoo. Could you run ComputeCpp SDK samples? ( https://github.com/codeplaysoftware/computecpp-sdk )

Could you provide an output of both clinfo and computecpp_info?

Thanks, Luke