{"id":26031680,"url":"https://github.com/apache/tvm-rfcs","last_synced_at":"2025-04-09T09:06:29.353Z","repository":{"id":37099755,"uuid":"342035879","full_name":"apache/tvm-rfcs","owner":"apache","description":"A home for the final text of all TVM RFCs.","archived":false,"fork":false,"pushed_at":"2024-09-24T01:41:49.000Z","size":32099,"stargazers_count":102,"open_issues_count":8,"forks_count":81,"subscribers_count":40,"default_branch":"main","last_synced_at":"2025-03-30T03:21:58.610Z","etag":null,"topics":["hardware","machine-learning","tensor","tvm","vta"],"latest_commit_sha":null,"homepage":"https://tvm.apache.org/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-24T21:06:54.000Z","updated_at":"2025-03-28T05:02:51.000Z","dependencies_parsed_at":"2025-03-22T02:01:34.374Z","dependency_job_id":"e71e21f2-873d-43ba-943b-bc7d8438e1e3","html_url":"https://github.com/apache/tvm-rfcs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftvm-rfcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftvm-rfcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftvm-rfcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftvm-rfcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/tvm-rfcs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247721888,"owners_count":20985085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hardware","machine-learning","tensor","tvm","vta"],"created_at":"2025-03-06T20:22:04.160Z","updated_at":"2025-04-09T09:06:29.328Z","avatar_url":"https://github.com/apache.png","language":null,"readme":"\u003c!--- Licensed to the Apache Software Foundation (ASF) under one --\u003e\n\u003c!--- or more contributor license agreements.  See the NOTICE file --\u003e\n\u003c!--- distributed with this work for additional information --\u003e\n\u003c!--- regarding copyright ownership.  The ASF licenses this file --\u003e\n\u003c!--- to you under the Apache License, Version 2.0 (the --\u003e\n\u003c!--- \"License\"); you may not use this file except in compliance --\u003e\n\u003c!--- with the License.  You may obtain a copy of the License at --\u003e\n\n\u003c!---   http://www.apache.org/licenses/LICENSE-2.0 --\u003e\n\n\u003c!--- Unless required by applicable law or agreed to in writing, --\u003e\n\u003c!--- software distributed under the License is distributed on an --\u003e\n\u003c!--- \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --\u003e\n\u003c!--- KIND, either express or implied.  See the License for the --\u003e\n\u003c!--- specific language governing permissions and limitations --\u003e\n\u003c!--- under the License. --\u003e\n\n# Apache TVM RFCs\n\n## Table of Contents\n[Table of Contents]: #table-of-contents\n\n  - [Table of Contents]\n  - [What is an RFC]\n  - [RFC Audience]\n  - [RFC Workflow]\n  - [References]\n  - [About TVM]\n  - [License]\n  - [Contribute to TVM]\n\n## What is an RFC?\n[What is an RFC]: #what-is-an-rfc\n\nAn RFC is a “Request for Change” to the TVM project. It is a design document\nthat describes a new feature, enhancement, or process to the TVM project. RFCs\nshould be the primary mechanism for proposing major features and changes. The\nauthor of the RFC is responsible for the discussion of the change, and for\norganizing the work around it. RFCs are text files, stored in the [Apache TVM\nRFC repository](https://github.com/apache/tvm-rfcs), that serve as history and\ndocumentation of TVM features.\n\n## RFC Audience\n[RFC Audience]: #rfc-audience\n\nThe primary audience of RFCs is the TVM development community. RFCs serve as a\nguide for the design and implementation of features during and after their\ndevelopment. A secondary audience is general users and developers who are\ninterested in how and why a feature was designed and implemented.\n\n## RFC Workflow\n[RFC Workflow]: #rfc-workflow\n\nTo work on a major feature within the TVM project, an RFC must first be merged\ninto the TVM RFC repository as a markdown file. Once merged, the RFC is\nconsidered to be \"active\" and may be implemented, with the goal of merging the\nimplementation into the TVM project. These are steps that should be taken in\nthe RFC process:\n\n- **Community Discussion**: A need or issue is brought to the\n  [discussion forum](https://discuss.tvm.apache.org). During this phase, the\n  developer and user community can discuss the need for and requirements of the\n  RFC.\n- **Pull Request**: After or concurrent with the conversation on the discussion\n  forum, a pull request is created using the format prescreibed by the\n  [RFC Template](https://github.com/apache/tvm-rfcs/blob/main/0000-template.md)\n    - Discussion about the details of the RFC can continue in the pull request.\n\t- A committer of the corresponding area will approve and merge the RFC.\n      Normally the corresponding committer will become the shepherd of the\n      implementation PRs.\n\t- RFCs are numbered according to the PR number assigned by GitHub in the\n      `tvm-rfcs` repository. To allocate a new RFC number, open a PR against\n      `tvm-rfcs` (initially, you might need to use a dummy number in the filename\n      for the RFC content; this can be updated after the RFC PR is created).\n    - Legacy RFCs are those RFCs which were accepted prior to forming the tvm-rfcs\n      repo. These will be numbered consecutively, prefixed with the letter `L` to\n      indicate it is a legacy RFC. For example, `L0001`.\n\t- A successful RFC will include an overview with the problem the RFC is\n      attempting to address, a proposed solution that describes the design and\n      implementation strategy, and a timeline for completion. Optional sections can\n      include (but are not limited to) alternatives that were considered, security\n      considerations, and open problems that the RFC does not solve.\n\t- It is expected that RFCs will change, as part of the feedback process and\n      as new implementation details arise. In order to retain change and discussion\n      history, changes to the RFC should not be squashed or force pushed.\n    - The formal RFC may link back to the original discussion if there is\n      additional context or discussion, but all of the final feature design\n      must be completely described in the pull request.\n- **Tracking Issue**: When the RFC review is about to merge, a committer\n  should remind authors to open a tracking issue in the main TVM repository with the\n  title \"[RFC][Tracking][\u003cRFC-no.\u003e] \u003cRFC-title\u003e\" and *rfc-tracking* label\n  (added by a committer), where implementors can continue sharing\n  implementation details (including links to pull requests). The issue will be\n  closed when the RFC is either completed or postponed.\n- **Implementation**: Work will begin on the RFC, with pull requests linking\n  back to the tracking issue.  Upon completion of the RFC, the tracking issue\n  will be closed with the tag \"completed\". It is not a requirement for the\n  author of an RFC to implement it. The tracking issue will serve as the\n  primary location for communication about the status of RFC implementation. If\n  you are curious about who is working on an RFC, feel free to ask on the\n  comment on the associated issue.\n- **Changes**: It is not uncommon for design changes to be required during or\n  after the initial implementation. If this is the case, the RFC should be\n  updated to reflect the change. In the instance where the change is a\n  significant addition rather than a simple modification, a new RFC should be\n  posted with appropriate tracking issue.\n- **Postponement**: An RFC may be postponed either explicitly by the parties\n  responsible for implementing it, or implicitly by having no work done for a\n  period of time defined by project leaders. The tracking issue for the RFC\n  will be closed with the tag \"postponed\".\n    - **Resuming an Postponed RFC**: Work on a postponed RFC may be resumed by\n      a new responsible party at any time after appropriate discussion in the\n      tracking issue. The issue will be reopened, and the \"postponed\" tag\n      removed.\n\n## References\n[References]: #references\n\n[RFC Discussion Post](https://discuss.tvm.apache.org/t/rfc-update-rfc-process/9033)\n\n# About TVM\n[About TVM]: #about-tvm\n\nApache TVM is a compiler stack for deep learning systems. It is designed to\nclose the gap between the productivity-focused deep learning frameworks, and\nthe performance- and efficiency-focused hardware backends. TVM works with deep\nlearning frameworks to provide end to end compilation to different backends.\n\n## License\n[License]: #license\n© Contributors Licensed under an [Apache-2.0](LICENSE) license.\n\n## Contribute to TVM\n[Contribute to TVM]: #contribute-to-tvm\nTVM adopts Apache committer model. We aim to create an open source project that\nis maintained and owned by the community. Check out the\n[Contributor Guide](https://tvm.apache.org/docs/contribute/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Ftvm-rfcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Ftvm-rfcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Ftvm-rfcs/lists"}