Welcome to uTensor contribution guide. Want to make things better? Talk to us directly on Slack or our Google Group!
-
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.
- uTensor runtime local build instructions
- Code Generator Developer Build codegen - You may need to supply your test cases if there isn't already one.
- uTensor Runtime test cases
- Code Generator test cases
-
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.
- locally install the uTensor, there are some steps:
git clone https://github.com/uTensor - install circleci tool locally, please refer Circleci
- In uTensor directory, run
circleci build
Please refer to test guideline (https://github.com/uTensor/uTensor/tree/develop/TESTS/README.md) for more information