You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}" "$@"
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: