We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b171748 commit e0c5eb8Copy full SHA for e0c5eb8
1 file changed
python/tvm/tir/tensor_intrin/__init__.py
@@ -14,6 +14,7 @@
14
# KIND, either express or implied. See the License for the
15
# specific language governing permissions and limitations
16
# under the License.
17
+# pylint: disable=unused-import
18
"""Intrinsics for tensorization."""
19
from .x86 import *
20
from .arm_cpu import *
0 commit comments