lukeiwanski / tensorflow

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

Fix configure with ComputeCpp #178

Closed Rbiessy closed 7 years ago

Rbiessy commented 7 years ago

TF_NEED_OPENCL has been replaced by TF_NEED_OPENCL_SYCL. Most importantly, the functions set_computecpp_toolkit_path and set_action_env_var have been confused during the merge.

lukeiwanski commented 7 years ago

I am working through the merge just now.