-
Notifications
You must be signed in to change notification settings - Fork 612
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[python][tuner] Add bindings for MMAIntrinsic (#19095)
Expose MMA intrinsics to python. This includes both the `MMAIntrinsic` attribute and the enum values. In addition, expose element/vector types and shapes from the MMA interface (but not the interface itself). This is so that the tuner can use the compiler as the SoT for all the intrinsics and use them to parse target properties and generate constraints. The enum values are kept opaque so that we do not have to duplicate the definitions in TD and C API headers.
- Loading branch information
Showing
9 changed files
with
262 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.