chore: import upstream snapshot with attribution
Lint / lint (push) Has been cancelled
CI / MacOS (push) Has been cancelled
CI / Windows (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:36:25 +08:00
commit 26446540fa
3151 changed files with 974126 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
.. Licensed to the Apache Software Foundation (ASF) under one
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.
tvm.tirx.analysis
=================
.. automodule:: tvm.tirx.analysis.analysis
:members:
+66
View File
@@ -0,0 +1,66 @@
.. Licensed to the Apache Software Foundation (ASF) under one
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.
tvm.backend.cuda
================
The CUDA backend — the tile-primitive dispatch, intrinsic builders, the ``T.cuda``
/ ``T.ptx`` script namespaces, and the shared/tensor-memory pools — lives under
``tvm.backend.cuda``, separate from the TIRx frontend (``tvm.tirx``). Other
backends sit alongside it (``tvm.backend.rocm`` and so on).
tvm.backend.cuda
****************
.. automodule:: tvm.backend.cuda
:members:
:imported-members:
:exclude-members: PrimExpr, Op, Call
tvm.backend.cuda.lang
*********************
.. automodule:: tvm.backend.cuda.lang
:members:
:imported-members:
:exclude-members: PrimExpr, Op, Call
tvm.backend.cuda.op
*******************
.. automodule:: tvm.backend.cuda.op
:members:
:imported-members:
:exclude-members: PrimExpr, Op, Call
tvm.backend.cuda.script
***********************
.. automodule:: tvm.backend.cuda.script
:members:
:imported-members:
:exclude-members: PrimExpr, Op, Call
tvm.backend.cuda.operator
*************************
.. automodule:: tvm.backend.cuda.operator
:members:
:imported-members:
:exclude-members: PrimExpr, Op, Call
tvm.backend.cuda.target_tags
****************************
.. automodule:: tvm.backend.cuda.target_tags
:members:
:imported-members:
:exclude-members: PrimExpr, Op, Call
+30
View File
@@ -0,0 +1,30 @@
.. Licensed to the Apache Software Foundation (ASF) under one
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.
API Reference
=============
Python API for the ``tvm.tirx`` namespace.
.. toctree::
:maxdepth: 1
tirx
analysis
stmt_functor
transform
backend
+21
View File
@@ -0,0 +1,21 @@
.. Licensed to the Apache Software Foundation (ASF) under one
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.
tvm.tirx.stmt_functor
---------------------
.. automodule:: tvm.tirx.stmt_functor
:members:
+23
View File
@@ -0,0 +1,23 @@
.. Licensed to the Apache Software Foundation (ASF) under one
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.
tvm.tirx
--------
.. automodule:: tvm.tirx
:members:
:imported-members:
:exclude-members: Expr, PrimExpr, Op, Call, const
+24
View File
@@ -0,0 +1,24 @@
.. Licensed to the Apache Software Foundation (ASF) under one
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.
tvm.tirx.transform
------------------
.. automodule:: tvm.tirx.transform
:members:
:exclude-members: Attrs, PrimExpr, Op, Call
:imported-members: