You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing StripCompilationInfoPass removes configuration from executable sources using compilationInfo and loweringConfig. However, I noticed that it does not erase the configuration for the attention operation. If we plan to support tuning for the attention operation in the future, the first step would be to extend StripCompilationInfoPass to support attention operation.
Request description
The existing StripCompilationInfoPass removes configuration from executable sources using
compilationInfo
andloweringConfig
. However, I noticed that it does not erase the configuration for the attention operation. If we plan to support tuning for the attention operation in the future, the first step would be to extend StripCompilationInfoPass to support attention operation.@kuhar
What component(s) does this issue relate to?
Compiler
Additional context
No response
The text was updated successfully, but these errors were encountered: