-
Updated
Mar 27, 2022 - Python
#
tvm
Here are 67 public repositories matching this topic...
Open deep learning compiler stack for cpu, gpu and specialized accelerators
javascript
machine-learning
performance
deep-learning
metal
compiler
gpu
vulkan
opencl
tensor
spirv
rocm
tvm
-
Updated
Sep 11, 2018 - C++
AutoKernel 是一个简单易用,低门槛的自动算子优化工具,提高深度学习算法部署效率。
reinforcement-learning
deep-learning
tensorflow
optimization
pytorch
tengine
halide
tensor
auto
autosearch
tvm
-
Updated
Sep 27, 2021 - C++
zhiqwang
commented
Oct 28, 2021
🚀 The feature
In version 0.5.x we have full support for YOLOv5, at the cost of introducing more dependencies. If someone just wants to use the models for inference, he/she doesn't need all additional features like:
- #355
- profiling
- type conversions to pandas
However, those useful features are (partial
help wanted
Extra attention is needed
good first issue
Good for newcomers
code quality
Code format and unit tests
dependencies
Pull requests that update a dependency file
Quantization library for PyTorch. Support low-precision and mixed-precision quantization, with hardware implementation through TVM.
pytorch
quantization
hessian
8-bit
model-compression
distillation
tvm
4-bit
mixed-precision
tensorcore
quantized-neural-networks
hardware-aware
efficient-neural-networks
-
Updated
May 8, 2021 - Python
Optimizing Mobile Deep Learning on ARM GPU with TVM
-
Updated
Oct 15, 2018 - C
-
Updated
Oct 24, 2021 - Python
Open, Modular, Deep Learning Accelerator
-
Updated
Jan 27, 2022 - Scala
TVM stack: exploring the incredible explosion of deep-learning frameworks and how to bring them together
-
Updated
May 22, 2018 - Jupyter Notebook
A home for the final text of all TVM RFCs.
-
Updated
Mar 25, 2022
Benchmark scripts for TVM
-
Updated
Mar 15, 2022 - Python
动手学习TVM核心原理教程
-
Updated
Dec 4, 2020 - Python
Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
lightweight
cpp
face-recognition
face-detection
mtcnn
tvm
arcface
insightface
retinaface
real-tim
retinaface-detector
-
Updated
Oct 15, 2020 - C++
-
Updated
Sep 2, 2019 - C++
(MERGED) Rust bindings for TVM runtime
-
Updated
Feb 3, 2019 - Rust
This project contains a code generator that produces static C NN inference deployment code targeting tiny micro-controllers (TinyML) as replacement for other µTVM runtimes. This tools generates a runtime, which statically executes the compiled model. This reduces the overhead in terms of code size and execution time compared to having a dynamic on-device runtime.
-
Updated
Sep 22, 2021 - C
ANT framework's model database that provides DNN models for the various range of IoT devices
-
Updated
Dec 21, 2020 - Python
-
Updated
Sep 2, 2020 - Python
DEPRECATED: this repo has been moved into https://github.com/dmlc/tvm/blob/master/rust
-
Updated
Oct 5, 2018 - Rust
-
Updated
Aug 9, 2021 - Dockerfile
Benchmarks for popular classification and object detection models on CPUs and GPUs
machine-learning
computer-vision
deep-learning
mxnet
benchmarks
image-classification
object-detection
tvm
-
Updated
Apr 8, 2019 - Python
Canopy is a machine learning learning compiler stack with the capability of adopting high-end FPGAs. As a part of OpenAIOS project, Canopy is an evolved version of Apache TVM. Canopy is able to support a variety of hardware backends such as PCIE-based cloud FPGAs, CPUs and GPUs.
-
Updated
May 7, 2021 - Python
Open deep learning compiler stack for cpu, gpu and specialized accelerators
-
Updated
Dec 9, 2021 - Python
各类深度模型的优化器,包括tvm、tf-tensorrt、tensorrt等。
-
Updated
Nov 30, 2021 - Python
Improve this page
Add a description, image, and links to the tvm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tvm topic, visit your repo's landing page and select "manage topics."
The auto-installer fails to install TVM correctly due to llvm not being installed on Ubuntu 18.04 systems. In fact, the command
fails in Ubuntu 18.04 since llvm12 seems to be not supported. I tested the OS with llvm10 and it seems to work.
So, to solve this issue it should be enough to locate the version of ubuntu and for 18.04 install lllvm10 instead of l