riscv-non-isa / rvv-intrinsic-doc

https://jira.riscv.org/browse/RVG-153
BSD 3-Clause "New" or "Revised" License
281 stars 89 forks source link

Add checker for gnu auto generated test cases #280

Closed yulong18 closed 11 months ago

yulong18 commented 11 months ago

This PR add the checker for gnu cases that can help test intrinsic's correctness. I did it together with @Incarnation-p-lee and @xl0714. Please review it. Thanks! @eopXD

yulong18 commented 11 months ago

Currently, it cannot pass the detection of make -C rvv-intrinsic-generator lint. I will modify code and submit it.

eopXD commented 11 months ago

Looks good, but I guess this is dependent on #279 for us to verify your test cases now?

yulong18 commented 11 months ago

The PR #279 relies on this PR to complete the test. @eopXD

eopXD commented 11 months ago

The PR #279 relies on this PR to complete the test. @eopXD

Let's add the commit to add workflow here and land it in whole?

yulong18 commented 11 months ago

Please land this PR first, because the checker is added in every gnu case. After that, the workflow in the PR #279 is effective.