Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 2.01 KB

File metadata and controls

38 lines (24 loc) · 2.01 KB

Contributing to uTensor

Welcome to uTensor contribution guide. Want to make things better? Talk to us directly on Slack or our Google Group!

Ways to Contribute

Two kinds of pull request

  1. Adding new features to uTensor: - Create a new issue and discuss the idea with core maintainers. Through the discussions, we want to make sure your time is well spent and learn about you. - Start the implementing the feature once the feedback is received.

  2. Bug fixes and Feature extensions: - Search for the issue that you are interested in. - Comment on the issue. The core developers are happy to discuss and help you when you are stuck.

We do things via PRs. Please open a PR to the repository when you are ready for the next step.

If you would like to create a new uTensor example repository, please initiate this via an issue discussion in the uTensor repository.

Developing locally with uTensor

For uTensor Runtime Library

  1. locally install the uTensor, there are some steps: git clone https://github.com/uTensor
  2. install circleci tool locally, please refer Circleci
  3. In uTensor directory, run circleci build

Please refer to test guideline (https://github.com/uTensor/uTensor/tree/develop/TESTS/README.md) for more information