blob: 4efa498661548cdb440f6c42c1ea837d5d451c53 [file] [log] [blame]
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>History</title>
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="/css/slick.css">
<link rel="stylesheet" href="/css/slick-theme.css">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body>
<div class="bannerPage">
<header class="header">
<div class="container">
<div class="headerInner d-flex justify-content-between align-items-center">
<div class="headerLogo">
<a href="/"><img src="/assets/images/logo.svg" alt="Logo"></a>
</div>
<div id="headMenu" class="headerNav">
<button type="button" id="closeHeadMenu" class="navCloseBtn"><img src="/assets/images/close-icon.svg"
alt="Close"></button>
<ul class="nav">
<li class="nav-item">
<a class="nav-link" href="/community">Community</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/download">Download</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/vta">VTA</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://tvm.apache.org/docs/">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://tvmconf.org/">Conference</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/apache/incubator-tvm/">Github</a>
</li>
</ul>
<div class="responsiveasfdropdown">
<button type="button" class="btn-link">
ASF
</button>
<ul>
<li>
<a href="https://www.apache.org/">Apache Homepage</a>
</li>
<li>
<a href="https://www.apache.org/licenses/">License</a>
</li>
<li>
<a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
</li>
<li>
<a href="https://www.apache.org/security/">Security</a>
</li>
<li>
<a href="https://www.apache.org/foundation/thanks.html">Thanks</a>
</li>
<li>
<a href="https://www.apache.org/events/current-event">Events</a>
</li>
</ul>
</div>
</div>
<div class="responsiveMenuIcon">
<button type="button" id="menuBtn" class="btn-menu"><img src="/assets/images/menu-icon.svg"
alt="Menu Icon" /></button>
</div>
<div class="asfDropdown">
<div class="dropdown">
<button type="button" class="btn-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
ASF
</button>
<div class="dropdown-menu dropdown-menu-right">
<ul>
<li>
<a href="https://www.apache.org/">Apache Homepage</a>
</li>
<li>
<a href="https://www.apache.org/licenses/">License</a>
</li>
<li>
<a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
</li>
<li>
<a href="https://www.apache.org/security/">Security</a>
</li>
<li>
<a href="https://www.apache.org/foundation/thanks.html">Thanks</a>
</li>
<li>
<a href="https://www.apache.org/events/current-event">Events</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
</div>
<div class="container">
<div class="content">
<div class="row">
<div class="span14">
<h1 id="history">History</h1>
<p>TVM began as a research project at the <a href="https://sampl.cs.washington.edu/">SAMPL group</a> of
Paul G. Allen School of Computer Science &amp; Engineering, University of Washington.
The project is now an effort undergoing incubation at The Apache Software Foundation (ASF),
driven by an open source community involving multiple industry and academic institutions
under the Apache way.</p>
<p>TVM provides two level optimizations show in the following figure.
Computational graph optimization to perform tasks such as high-level operator fusion, layout transformation, and memory management.
Then a tensor operator optimization and code generation layer that optimizes tensor operators. More details can be found at the <a href="https://arxiv.org/abs/1802.04799">techreport</a>.</p>
<p style="text-align: center"><img src="/assets/images/about-image.svg" alt="image" width="70%" /></p>
</div>
</div>
</div>
</div> <!-- /container -->
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<!-- <script src="./assets/js/slick.js"></script> -->
<script src="/assets/js/custome.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-75982049-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-75982049-2');
</script>
</body>
<section class="footerSec">
<div class="footerHeader">
<ul class="container d-flex align-md-items-center justify-content-between flex-column flex-md-row">
<li class="logo">
<p><a href="/"><img src="/assets/images/logo.svg" alt="logo" title="logo" /></a></p>
</li>
<li class="copywrite d-flex align-items-center">
<h5 id="apache-software-foundation--all-right-reserved">© 2020 Apache Software Foundation | All right reserved</h5>
</li>
</ul>
</div>
<ul class="container">
<li class="footernote">
Copyright © 2020 The Apache Software Foundation. Apache TVM, Apache, the Apache feather, and the Apache TVM project logo are either trademarks or registered trademarks of the Apache Software Foundation.</li>
</ul>
</section>
</html>