Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 28 additions & 5 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

github:
description: "Open deep learning compiler stack for cpu, gpu and specialized accelerators"
description: "Open Machine Learning Compiler Framework"
homepage: https://tvm.apache.org/
labels:
- tvm
Expand All @@ -33,6 +33,12 @@ github:
- spirv
- machine-learning

features:
# Enable issue management
issues: true
# Enable projects for project management boards
projects: true

# Triage perm for collaborators(test run)
#
# The perm is given based on needs and not based on
Expand All @@ -45,10 +51,6 @@ github:
# participation, permission is given on a three month
# cycle. PMC may review and recycle slots when necessary.
collaborators:
- hpanda-naut
- denise-k
- janetsc
- naut-thomas
- tvm-bot # For automated feedback in PR review.

# See https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Branchprotection
Expand All @@ -68,3 +70,24 @@ github:

required_pull_request_reviews:
required_approving_review_count: 1

enabled_merge_buttons:
# enable squash button:
squash: true
# default commit message when merging with a squash commit
# can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS | PR_TITLE_AND_DESC
squash_commit_message: PR_TITLE_AND_DESC
# enable merge button:
merge: false
# default commit message when merging with a merge commit
# can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_DESC
merge_commit_message: DEFAULT
# enable rebase button for rare use.
rebase: true

notifications:
commits: commits@tvm.apache.org
issues: discuss-archive@tvm.apache.org
pullrequests: discuss-archive@tvm.apache.org
jobs: discuss-archive@tvm.apache.org
discussions: discuss-archive@tvm.apache.org
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@
<!--- specific language governing permissions and limitations -->
<!--- under the License. -->

<img src=https://raw.githubusercontent.com/apache/tvm-site/main/images/logo/tvm-logo-small.png width=128/> Open Deep Learning Compiler Stack
<img src=https://raw.githubusercontent.com/apache/tvm-site/main/images/logo/tvm-logo-small.png width=128/> Open Machine Learning Compiler Framework
==============================================
[Documentation](https://tvm.apache.org/docs) |
[Contributors](CONTRIBUTORS.md) |
[Community](https://tvm.apache.org/community) |
[Release Notes](NEWS.md)

Apache TVM is a compiler stack for deep learning systems. It is designed to close the gap between the
productivity-focused deep learning frameworks and the performance- and efficiency-focused hardware backends.
TVM works with deep learning frameworks to provide end-to-end compilation for different backends.
Apache TVM is an open machine learning compilation framework,
following the following principles:

- Python-first development that enables quick customization of machine learning compiler pipelines.
- Universal deployment to bring models into minimum deployable modules.

License
-------
Expand Down
Loading