Releases: FloopCZ/tensorflow_cc
Releases · FloopCZ/tensorflow_cc
Release v1.12.0
- Update TensorFlow to v1.12.0.
- Various bugfixes and workarounds to make it work.
Thanks to the contributors @mmstick and @johschmitz.
Release v1.9.0
- Update TensorFlow to v1.9.0.
- Add option to allow/disallow CUDA.
- Update to CUDA 9.2 and GCC 7.
- Various improvements to the installation procedure.
- Workaround for inconsistent folder hierarchy of recent Bazel versions.
Thanks to the contributors @achalshah20, @galeone, @mmstick, @ganeshkrishnan1.
Release 1.8.0
- Update TensorFlow to v1.8.0.
- Switch to GCC 5.4 for CUDA compatibility.
- Use older Bazel version in Docker images (@yoanisgil).
- Fix CI tests and Docker builds to properly fail when compilation fails.
- Do not propagate
gcc
flags tonvcc
(@achalshah20). - Various minor fixes.
Release 1.7.0
- Tensorflow updated to v1.7.0.
Release 1.6.0
- Tensorflow updated to v1.6.0
- Published Docker images on Docker Hub.
- Now it is possible to override Tensorflow build options using environmental variables (#69).
- CUDA is automatically detected in many usual installation folders.
- Fixed linkage error with
NDEBUG
macro set. - Various bugfixes.
Release 1.5.0
Initial stable release.