Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

[Feature Request] Lazy tvm tensor intrin registration is required to save import time #256

Description

@LeiWang1999

Bitblas leveraged apache tvm to perform high performance code generation, within our tensor ir + schedule based template, we should register tensor intrin (for cuda tensor core, amd matrix core and lop3). There exists about hundreds of intrins that need to register during runtime, which requires interaction between cpp and python via ctypes, which can take several minutes to complete.

This results in a suboptimal user experience, even with our tilelang backend, we have to pass the registration during get hardware aware configs, some refactoring of code must be done to alleviate this overhead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions