Gunhan Gulsoy

Results 9 comments of Gunhan Gulsoy

@AshkoBhat for the questions: 1) Tensorflow/build repository did not exist when we were setting up powerpc builds. So, this repository should now have the issues. 2) https://github.com/tensorflow/community/blob/master/sigs/build/community-builds.md documents the idea...

I am not sure what compile_commands.json file is. Is this file generated by bazel? Could you provide more details?

From what I can tell, then we would need to update this file every time a new file is added, or a BUILD file is modified?

We have started to explore internally to see if we can share our RBE cache. We will also look into if we can share a GCS cache.

Yes, this has been a long running problem for TF. And as TF gets bigger it will only get worse.

I just merged all those changes, but I am still seeing this issue. Here are my logs: https://gist.github.com/gunan/f4cce4e7cb23577da37f670fe48ee576

Maybe #115 as this is happening during a load move? or load correction?

We definitely do not want to revert Trusted Types support. However, updating the code to use `globalThis` should likely solve the problem. We can accept that patch.

With the latest bazel releases, it should be possible to build TensorFlow as a subproject quite easily. Now you can avoid needing to run `configure` script with having a `bazelrc`...