build
build copied to clipboard
Build-related tools for TensorFlow
Hi! I'm reaching out on behalf of the [Open Source Security Foundation (openssf.org)](https://openssf.org/). We work on improving supply-chain security of critical open source projects. We believe we can help improve...
This is trying to figure out/monitor how much time, a build with the remote cache, requires on the [standard Github Action hardware resources](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#cloud-hosts-for-github-hosted-runners).
Updating to - CUDA 11.7 - CUDNN 8.4.1 - TensorRT 8.4.1
We had some c++ flags disaligment between c++ and copybara. See: https://github.com/tensorflow/tensorflow/pull/56276#issuecomment-1164500275 We had also many problem about failure reproducibility between OSS and internal test without forcing OSS with this...
It could be nice if we could generate/distribute `compile_commands.json` to better interact with some IDE and our c++ code. I.e. In Bazel and also in Vscode the the official Bazel...
It seems that it cannot install python3-virutalenv because it doesn't exist (raspberry pi docker image). It is in the Ubuntu repository though. I added RUN apt search virtualenv into the...
`tensorflow/tools/ci_build/ci_build.sh PI-PYTHON39 tensorflow/tools/ci_build/pi/build_raspberry_pi.sh AARCH64 `should be `tensorflow/tools/ci_build/ci_build.sh PI -PYTHON39 tensorflow/tools/ci_build/pi/build_raspberry_pi.sh AARCH64`?
Linking is very slow. E.g.: `Linking tensorflow/python/_pywrap_tensorflow_internal.so; >67s local` Can we default to `ld.gold`? https://gist.github.com/daniel-j-h/ed3bf9e5cb458b012b5a
Can we publish somewhere the commit that It Is used every day for the nightly wheels and on which the nightly tests are executed?