uxlfoundation / open-source-working-group

The UXL Foundation Open Source Working Group
11 stars 5 forks source link

OCK Quality Assurance Process #160

Open vbm23 opened 1 month ago

vbm23 commented 1 month ago

Implement quality assurance process

Checkpoint Description / Activity

  1. Cover details on functional testing
  2. Cover details on performance testing
  3. Cover details on command to run tests & build options before submitting a PR

Model Project References

  1. https://github.com/oneapi-src/oneDNN/blob/main/CONTRIBUTING.md#unit-tests
  2. https://github.com/oneapi-src/oneDNN/blob/main/CONTRIBUTING.md#unit-tests"
rodburns commented 5 days ago

The motivation for this issue is to make sure that a contributor to the project knows what tests they need to run before making the contributions. Presumably the same as the CI tests that are run.