Hidet is an open-source deep learning compiler, written in Python. It supports end-to-end compilation of DNN models from PyTorch and ONNX to efficient cuda kernels. A series of graph-level and ...
AI accelerators provide a promising influence for the deployment of deep learning model on edge devices, and an effective compiler can reduce great workload when deploying the models. Multi-level ...
Abstract: MLIR (Multi-Level Intermediate Representation) compiler infrastructure has gained popularity in recent years to support the construction of many compilers. Instead of designing a new IR with ...