Andrey Portnoy

Results 7 issues of Andrey Portnoy

Hi, thank you so much for your work! Do you have any plans to submit these patches?

Apologies if this has been addressed somewhere else.

### Description A workaround is to uninstall ccache. JAX commit: cea36a04383eb644989a41a9003a031794aff50b Invocation: ``` python build/build.py \ --use_clang \ --enable_cuda \ --cuda_compute_capabilities=8.9 \ --bazel_options=--override_repository=xla=/home/aportnoy/Projects/xla \ --bazel_options=--disk_cache=/home/aportnoy/bazel-cache \ --bazel_options=--linkopt=-fuse-ld=lld \ --bazel_options=--strip=never \...

bug

Hi @tridao, I believe the v1 algorithm statement in the v2 paper needs the following minor fix in the last equation: ```diff diff --git a/src/background.tex b/src/background.tex index 0f496e8..157c818 100644 ---...

### Page link: https://bazel.build/remote/cache-remote#compare-logs ### Problem description (include actual vs expected text, if applicable): Instructions on the linked page suggest running `bazel build src/tools/execlog:parser`, but that fails with an error:...

type: documentation (cleanup)
untriaged
team-Documentation