Gary Miguel
Gary Miguel
For me this was fixed on MacOS by version 0.12.0. From the release notes, I'm guessing fixed by https://github.com/bazelbuild/rules_python/pull/809
It seems the missing opset from the file path is causing problems: https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=216306&view=logs&j=91a8ea80-f671-5bc1-2729-69581be48524&t=6dd1ca96-d683-54be-88cc-0ee3472572fe
I don't understand the concern. The message will only be printed in the case that the assertion fails, right? So using the assertion to guard against some unsafe behavior in...
Is it possible to have the default behavior of `bazel build --stamp` produce something that's usable with `debug.ReadBuildInfo()`? If not possible to make it default, it'd be nice if this...
Was poking around to see how `go build` does it, found this: https://cs.github.com/golang/go/blob/245e95dfabd77f337373bf2d6bb47cd353ad8d74/src/cmd/go/internal/modload/build.go#L442 Still haven't looked at it long enough to figure out if it's feasible to replicate, or how,...
An alternate fix for my issue would be to check if `parent / "ansible"` is executable before adding `parent` to the PATH. LMK if you prefer that fix.
Should be fixed by https://github.com/kahole/edamagit/pull/290. @kahole can you close this?
I think the referenced bazel fixes are in bazel 6.0.0 but I'm still seeing failures when using @rrbutani's test case from the gist. Tried on `6.0.0` and `7.0.0-pre.20221212.2`. And I...
I think this issue should be split up or closed. Sanitizers are supported now, I believe. The README says cross compilation is supported. And not sure if CUDA is even...
Someone needs to investigate how this is handled in: * PyTorch * TensorFlow * ONNX Runtime: CPU EP (x86 and ARM), CUDA EP, ROCm EP * TensorRT Then we can...