From 29db2c10c0e9e6faa3b8bdd91331ee24bf69de2d Mon Sep 17 00:00:00 2001 From: Vadim Gimpelson <156319763+vadiklyutiy@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:04:50 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b610a63c9..0b05eb6f2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 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. +It supports end-to-end compilation of DNN models from PyTorch and ONNX to efficient cuda kernels. A series of graph-level and operator-level optimizations are applied to optimize the performance. Currently, hidet focuses on optimizing the inference workloads on NVIDIA GPUs, and requires