From 7a81c1b61d6ecd422943009298da8a384ad4249b Mon Sep 17 00:00:00 2001 From: tlopex <820958424@qq.com> Date: Thu, 26 Mar 2026 19:48:19 -0400 Subject: [PATCH] finish1 --- docs/README.md | 16 ---------------- docs/arch/index.rst | 6 +++--- docs/get_started/overview.rst | 16 ---------------- 3 files changed, 3 insertions(+), 35 deletions(-) diff --git a/docs/README.md b/docs/README.md index 7c59ed6bda69..f708afd76861 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,22 +15,6 @@ - - - - - - - - - - - - - - - - # TVM Documentation This folder contains the source of TVM's documentation, hosted at https://tvm.apache.org/docs diff --git a/docs/arch/index.rst b/docs/arch/index.rst index c3b296266f9b..3d9e92b25ebb 100644 --- a/docs/arch/index.rst +++ b/docs/arch/index.rst @@ -306,14 +306,14 @@ in the IRModule. Please refer to the :ref:`Relax Deep Dive ` fo tvm/tirx -------- -tirx contains the definition of the low-level program representations. We use `tirx::PrimFunc` to represent functions that can be transformed by tirx passes. +tirx contains the definition of the low-level program representations. We use ``tirx::PrimFunc`` to represent functions that can be transformed by tirx passes. Besides the IR data structures, the tirx module also includes: -- A set of schedule primitives to control the generated code in ``tirx/schedule``. -- A set of builtin intrinsics in ``tirx/tensor_intrin``. - A set of analysis passes to analyze the tirx functions in ``tirx/analysis``. - A set of transformation passes to lower or optimize the tirx functions in ``tirx/transform``. +The schedule primitives and tensor intrinsics are in ``s_tir/schedule`` and ``s_tir/tensor_intrin`` respectively. + Please refer to the :ref:`TensorIR Deep Dive ` for more details. tvm/arith diff --git a/docs/get_started/overview.rst b/docs/get_started/overview.rst index 3b7e7767a083..bd0c7ebb01ba 100644 --- a/docs/get_started/overview.rst +++ b/docs/get_started/overview.rst @@ -15,22 +15,6 @@ specific language governing permissions and limitations under the License. - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - Overview ========