openxla / xla

A machine learning compiler for GPUs, CPUs, and ML accelerators
Apache License 2.0
2.64k stars 418 forks source link

Better error diagnostics for the dependency violation check #17984

Closed copybara-service[bot] closed 1 week ago

copybara-service[bot] commented 1 week ago

Better error diagnostics for the dependency violation check

So far the check was not giving any helpful information if the cquery call itself failed.

This change improves on that and prints the cquery log output in those cases.