• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H11-Nov-2020-

3rdparty/H11-Nov-2020-

apps/H11-Nov-2020-

cmake/H11-Nov-2020-

conda/H11-Nov-2020-

docker/H11-Nov-2020-

docs/H03-May-2022-

golang/H11-Nov-2020-

include/tvm/H11-Nov-2020-

jvm/H11-Nov-2020-

licenses/H03-May-2022-

nnvm/H11-Nov-2020-

python/H11-Nov-2020-

rust/H11-Nov-2020-

src/H11-Nov-2020-

tests/H11-Nov-2020-

tutorials/H03-May-2022-

vta/H11-Nov-2020-

web/H03-May-2022-

.asf.yamlH A D11-Nov-20201.1 KiB

.clang-formatH A D11-Nov-2020292

.gitignoreH A D11-Nov-20202.3 KiB

.gitmodulesH A D11-Nov-2020371

CONTRIBUTORS.mdH A D11-Nov-20207.9 KiB

DISCLAIMERH A D11-Nov-2020549

JenkinsfileH A D11-Nov-20209.9 KiB

KEYSH A D11-Nov-202017.5 KiB

LICENSEH A D11-Nov-202011.8 KiB

MakefileH A D11-Nov-20204.1 KiB

NEWS.mdH A D11-Nov-2020122.7 KiB

NOTICEH A D11-Nov-2020177

README.mdH A D11-Nov-20202.6 KiB

conftest.pyH A D11-Nov-20201.3 KiB

pyproject.tomlH A D11-Nov-20201.2 KiB

pytest.iniH A D11-Nov-20201.1 KiB

version.pyH A D11-Nov-20202.7 KiB

README.md

1<!--- Licensed to the Apache Software Foundation (ASF) under one -->
2<!--- or more contributor license agreements.  See the NOTICE file -->
3<!--- distributed with this work for additional information -->
4<!--- regarding copyright ownership.  The ASF licenses this file -->
5<!--- to you under the Apache License, Version 2.0 (the -->
6<!--- "License"); you may not use this file except in compliance -->
7<!--- with the License.  You may obtain a copy of the License at -->
8
9<!---   http://www.apache.org/licenses/LICENSE-2.0 -->
10
11<!--- Unless required by applicable law or agreed to in writing, -->
12<!--- software distributed under the License is distributed on an -->
13<!--- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -->
14<!--- KIND, either express or implied.  See the License for the -->
15<!--- specific language governing permissions and limitations -->
16<!--- under the License. -->
17
18<img src=https://raw.githubusercontent.com/apache/incubator-tvm-site/master/images/logo/tvm-logo-small.png width=128/> Open Deep Learning Compiler Stack
19==============================================
20[Documentation](https://tvm.apache.org/docs) |
21[Contributors](CONTRIBUTORS.md) |
22[Community](https://tvm.apache.org/community) |
23[Release Notes](NEWS.md)
24
25[![Build Status](https://ci.tlcpack.ai/buildStatus/icon?job=tvm/master)](https://ci.tlcpack.ai/job/tvm/job/master/)
26[![WinMacBuild](https://github.com/apache/incubator-tvm/workflows/WinMacBuild/badge.svg)](https://github.com/apache/incubator-tvm/actions?query=workflow%3AWinMacBuild)
27
28Apache TVM (incubating) is a compiler stack for deep learning systems. It is designed to close the gap between the
29productivity-focused deep learning frameworks, and the performance- and efficiency-focused hardware backends.
30TVM works with deep learning frameworks to provide end to end compilation to different backends.
31
32License
33-------
34© Contributors Licensed under an [Apache-2.0](LICENSE) license.
35
36Contribute to TVM
37-----------------
38TVM adopts apache committer model, we aim to create an open source project that is maintained and owned by the community.
39Checkout the [Contributor Guide](https://tvm.apache.org/docs/contribute/)
40
41Acknowledgement
42---------------
43We learned a lot from the following projects when building TVM.
44- [Halide](https://github.com/halide/Halide): Part of TVM's TIR and arithmetic simplification module
45  originates from Halide. We also learned and adapted some part of lowering pipeline from Halide.
46- [Loopy](https://github.com/inducer/loopy): use of integer set analysis and its loop transformation primitives.
47- [Theano](https://github.com/Theano/Theano): the design inspiration of symbolic scan operator for recurrence.
48