lukeiwanski / tensorflow

OpenCL support for TensorFlow via SYCL
Apache License 2.0
65 stars 14 forks source link

[OpenCL] Registers AdjustContrastv2 #93

Closed jeffmak closed 7 years ago

lukeiwanski commented 7 years ago

bazel test --test_output=all -c opt --config=sycl --local_test_jobs=8 -k --test_lang_filters=cc,py --action_env=LD_PRELOAD=/usr/lib/libOpenCL.so.1 --test_timeout 1200 --test_arg=--benchmarks=all //tensorflow/core/kernels:adjust_contrast_op_benchmark_test causes: external/bazel_tools/tools/test/test-setup.sh: line 159: 10699 Aborted (core dumped) "${TEST_PATH}" "$@"

@jeffmak can you investigate?