blob: 5b40724e8c00ca903cf570089d34e43218552ea7 [file] [log] [blame]
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog</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>TVM Community Blog</h1>
<ul class="bloglist">
<li>
<span>
<a class="post-link" href="/2021/12/15/tvm-unity">Apache TVM Unity: a vision for the ML software & hardware ecosystem in 2022</a>
</span>
</br>
<span>
Dec 15, 2021
</span>
</li>
<li>
<span>
<a class="post-link" href="/2021/03/03/intro-auto-scheduler">Introducing TVM Auto-scheduler (a.k.a. Ansor)</a>
</span>
</br>
<span>
Mar 3, 2021
</span>
</li>
<li>
<span>
<a class="post-link" href="/2020/09/26/bring-your-own-datatypes">Bring Your Own Datatypes: Enabling Custom Datatype Exploration in TVM</a>
</span>
</br>
<span>
Sep 26, 2020
</span>
</li>
<li>
<span>
<a class="post-link" href="/2020/07/15/how-to-bring-your-own-codegen-to-tvm">How to Bring Your Own Codegen to TVM</a>
</span>
</br>
<span>
Jul 15, 2020
</span>
</li>
<li>
<span>
<a class="post-link" href="/2020/07/14/bert-pytorch-tvm">Bridging PyTorch and TVM</a>
</span>
</br>
<span>
Jul 14, 2020
</span>
</li>
<li>
<span>
<a class="post-link" href="/2020/06/04/tinyml-how-tvm-is-taming-tiny">TinyML - How TVM is Taming Tiny</a>
</span>
</br>
<span>
Jun 4, 2020
</span>
</li>
<li>
<span>
<a class="post-link" href="/2020/05/14/compiling-machine-learning-to-webassembly-and-webgpu">Compiling Machine Learning to WASM and WebGPU with Apache TVM</a>
</span>
</br>
<span>
May 14, 2020
</span>
</li>
<li>
<span>
<a class="post-link" href="/2019/05/30/pytorch-frontend">Integrating TVM into PyTorch</a>
</span>
</br>
<span>
May 30, 2019
</span>
</li>
<li>
<span>
<a class="post-link" href="/2019/04/29/opt-cuda-quantized">Automating Optimization of Quantized Deep Learning Models on CUDA</a>
</span>
</br>
<span>
Apr 29, 2019
</span>
</li>
<li>
<span>
<a class="post-link" href="/2019/03/18/tvm-apache-announcement">TVM Deep Learning Compiler Joins Apache Software Foundation</a>
</span>
</br>
<span>
Mar 18, 2019
</span>
</li>
<li>
<span>
<a class="post-link" href="/2019/01/19/Golang">TVM Golang Runtime for Deep Learning Deployment</a>
</span>
</br>
<span>
Jan 19, 2019
</span>
</li>
<li>
<span>
<a class="post-link" href="/2018/12/18/lowprecision-conv">Automating Generation of Low Precision Deep Learning Operators</a>
</span>
</br>
<span>
Dec 18, 2018
</span>
</li>
<li>
<span>
<a class="post-link" href="/2018/10/09/ml-in-tees">Efficient Privacy-Preserving ML Using TVM</a>
</span>
</br>
<span>
Oct 9, 2018
</span>
</li>
<li>
<span>
<a class="post-link" href="/2018/10/03/auto-opt-all">Automatic Kernel Optimization for Deep Learning on All Hardware Platforms</a>
</span>
</br>
<span>
Oct 3, 2018
</span>
</li>
<li>
<span>
<a class="post-link" href="/2018/08/10/DLPack-Bridge">Building a Cross-Framework Deep Learning Compiler via DLPack</a>
</span>
</br>
<span>
Aug 10, 2018
</span>
</li>
<li>
<span>
<a class="post-link" href="/2018/07/12/vta-release-announcement">VTA: An Open, Customizable Deep Learning Acceleration Stack </a>
</span>
</br>
<span>
Jul 12, 2018
</span>
</li>
<li>
<span>
<a class="post-link" href="/2018/03/23/nmt-transformer-optimize">Bringing TVM into TensorFlow for Optimizing Neural Machine Translation on GPU</a>
</span>
</br>
<span>
Mar 23, 2018
</span>
</li>
<li>
<span>
<a class="post-link" href="/2018/03/12/webgl">Compiling Deep Learning Models to WebGL with TVM</a>
</span>
</br>
<span>
Mar 12, 2018
</span>
</li>
<li>
<span>
<a class="post-link" href="/2018/01/16/opt-mali-gpu">Optimizing Mobile Deep Learning on ARM GPU with TVM</a>
</span>
</br>
<span>
Jan 16, 2018
</span>
</li>
<li>
<span>
<a class="post-link" href="/2017/11/08/android-rpc-introduction">Remote Profile and Test Deep Learning Cross Compilation on Mobile Phones with TVM RPC</a>
</span>
</br>
<span>
Nov 8, 2017
</span>
</li>
<li>
<span>
<a class="post-link" href="/2017/10/30/Bringing-AMDGPUs-to-TVM-Stack-and-NNVM-Compiler-with-ROCm">Bringing AMDGPUs to TVM Stack and NNVM Compiler with ROCm</a>
</span>
</br>
<span>
Oct 30, 2017
</span>
</li>
<li>
<span>
<a class="post-link" href="/2017/10/06/nnvm-compiler-announcement">NNVM Compiler: Open Compiler for AI Frameworks</a>
</span>
</br>
<span>
Oct 6, 2017
</span>
</li>
<li>
<span>
<a class="post-link" href="/2017/08/22/Optimize-Deep-Learning-GPU-Operators-with-TVM-A-Depthwise-Convolution-Example">Optimize Deep Learning GPU Operators with TVM: A Depthwise Convolution Example</a>
</span>
</br>
<span>
Aug 22, 2017
</span>
</li>
<li>
<span>
<a class="post-link" href="/2017/08/17/tvm-release-announcement">TVM: An End to End IR Stack for Deploying Deep Learning Workloads on Hardware Platforms</a>
</span>
</br>
<span>
Aug 17, 2017
</span>
</li>
</ul>
</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>