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

Fix handling of `--allow-any-qis` param #153

Closed swernli closed 1 year ago

swernli commented 1 year ago

This channge wires up the internal handling of the --allow-any-qis parameter, which was present but not correctly checked before. Now, when the flag is provided, it will override the settings from the loaded adaptor profile and skip checking the qis whitelist, allowing for easier experimentation with new instructions before formally added them to an adaptor profile.