benoitsteiner / tensorflow-opencl

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

Update/ComputeCpp #3

Closed lukeiwanski closed 7 years ago

lukeiwanski commented 7 years ago

This PR enhances ComputeCpp build system with possibility to select the C++ and C compiler for host code via ./configure

Merge with TF upstream was needed to overcome issue with protobuf: https://github.com/tensorflow/tensorflow/pull/4967