Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
065b6793
Commit
065b6793
authored
May 09, 2017
by
Tianqi Chen
Committed by
GitHub
May 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC/LICENSE] Make doc and license consistent, opensource repo when we get approval (#134)
parent
c89cd59a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
3 deletions
+41
-3
CONTRIBUTORS.md
+26
-0
LICENSE
+0
-0
NEWS.md
+1
-0
README.md
+12
-2
docs/how_to/contribute.md
+2
-1
No files found.
CONTRIBUTORS.md
0 → 100644
View file @
065b6793
Contributors of TVM
===================
TVM adopts Apache style committer model. The package is developed and used by the community.
We actively seek committers that comes from contributors who:
-
Made substantial contribution to the project.
-
Willing to spent time on maintaining and lead the project.
How to Contribute
-----------------
See
[
Contributor guide
](
docs/how_to/contribute.md
)
on how to contribute
Committers
----------
Committers are people who have made substantial contribution to the project and granted write access to the project.
-
[
Tianqi Chen
](
https://github.com/tqchen
)
, University of Washington
-
[
Thierry Moreau
](
http://homes.cs.washington.edu/~moreau/
)
, University of Washington
*
[
Haichen Shen
](
http://homes.cs.washington.edu/~haichen/
)
, University of Washington
*
[
Ziheng Jiang
](
https://github.com/ZihengJiang
)
, Fudan University
List of Contributors
--------------------
-
[
Full List of Contributors
](
https://github.com/dmlc/tvm/graphs/contributors
)
-
To contributors: please add your name to the list.
-
[
Qiao Zhang
](
https://github.com/zhangqiaorjc
)
-
[
Yizhi Liu
](
https://github.com/javelinjs
)
LICENSE
View file @
065b6793
This diff is collapsed.
Click to expand it.
NEWS.md
View file @
065b6793
...
@@ -4,6 +4,7 @@ TVM Change Log
...
@@ -4,6 +4,7 @@ TVM Change Log
This file records the changes in TVM library in reverse chronological order.
This file records the changes in TVM library in reverse chronological order.
## Initial version (0.1rc)
## Initial version (0.1rc)
-
Pack libary into shared library.
-
External function and contrib libraries
-
External function and contrib libraries
-
Metal backend
-
Metal backend
-
OpenCL backend
-
OpenCL backend
...
...
README.md
View file @
065b6793
[
![Build Status
](
https://travis-ci.com/tqchen/tvm.svg?token=ZQpnpAReT4LHdjWAX8jR&branch=master
)
](https://travis-ci.com/dmlc/tvm)
[
![Build Status
](
https://travis-ci.com/tqchen/tvm.svg?token=ZQpnpAReT4LHdjWAX8jR&branch=master
)
](https://travis-ci.com/dmlc/tvm)
[
![GitHub license
](
http://dmlc.github.io/img/apache2.svg
)
](./LICENSE)
[
Installation
](
docs/how_to/install.md
)
|
[
Installation
](
docs/how_to/install.md
)
|
[
Documentation
](
docs
)
|
[
Documentation
](
docs
)
|
[
Tutorials
](
tutorials
)
|
[
Tutorials
](
tutorials
)
|
[
Contributor
Guide
](
docs/how_to/contribute
.md
)
|
[
Contributor
s
](
CONTRIBUTORS
.md
)
|
[
Release Notes
](
NEWS.md
)
[
Release Notes
](
NEWS.md
)
# TVM
TVM
===
TVM is a low level domain specific language(DSL) for compiling tensor computation pipelines.
TVM is a low level domain specific language(DSL) for compiling tensor computation pipelines.
It is designed to compile multi-dimensional tensor algebra pipelines which
It is designed to compile multi-dimensional tensor algebra pipelines which
are crucial to deep learning frameworks.
are crucial to deep learning frameworks.
Contribute to TVM
-----------------
Your help is very valuable to make the package better for everyone.
-
[
Contributor Guide
](
docs/how_to/contribute.md
)
-
Please add your name to
[
CONTRIBUTORS.md
](
CONTRIBUTORS.md
)
-
Please also update
[
NEWS.md
](
NEWS.md
)
on changes and improvements in API and codes.
## Documentation
## Documentation
The current documentation can be build locally via sphinx. See
[
docs
](
docs
)
folder for details.
The current documentation can be build locally via sphinx. See
[
docs
](
docs
)
folder for details.
docs/how_to/contribute.md
View file @
065b6793
# Contribute to TVM
# Contribute to TVM
TVM has been developed
and used by a group of active
community members.
TVM has been developed
by
community members.
Everyone is more than welcome to contribute. It is a way to make the project better and more accessible to more users.
Everyone is more than welcome to contribute. It is a way to make the project better and more accessible to more users.
-
Please add your name to
[
CONTRIBUTORS.md
](
../../CONTRIBUTORS.md
)
-
Please update
[
NEWS.md
](
../../NEWS.md
)
to add note on your changes to the API or added a new document.
-
Please update
[
NEWS.md
](
../../NEWS.md
)
to add note on your changes to the API or added a new document.
## Guidelines
## Guidelines
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment