qir-alliance / qat

QIR compiler tools and optimization passes for targeting QIR to different hardware backends
https://qir-alliance.github.io/qat/
MIT License
26 stars 14 forks source link

CI improvements #104

Closed troelsfr closed 2 years ago

troelsfr commented 2 years ago

This PR introduces:

Please note that merge is contingent on approval of use of Trunk. @bettinaheim is looking into this.

swernli commented 2 years ago

I'm still ramping up on what Bazel is and how it is used here, but it seems odd to me that there is an empty top level BUILD file. Is this intentionally left blank to represent that there are no dependencies at the top level? If so, it would be worth a comment in there clarifying that.

troelsfr commented 2 years ago

I'm still ramping up on what Bazel is and how it is used here, but it seems odd to me that there is an empty top level BUILD file. Is this intentionally left blank to represent that there are no dependencies at the top level? If so, it would be worth a comment in there clarifying that.

Yes, that is intentional that it is there. Do not worry too much about the Bazel stuff if you are not familiar with Bazel. Rather focus on the code changes which for the bigger part is formatting.