Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Codegen][GPU] Make operand promotion controlled by lowering config #18576

Merged
merged 2 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. [Codegen][GPU] Make operand promotion controlled by lowering config

    Promoting the operands of a matmul is optional and best to control
    through the lowering config rather than based on on the fly analysis.
    This gives greater flexibility for adding support for other operations
    too (like promotion of another kind of contraction or convolution like
    op without have to always extend this pass).
    qedawkins committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    afe8c10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c154b8b View commit details
    Browse the repository at this point in the history