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

Add missing expansion patterns for math.powf #14614

Merged
merged 7 commits into from
Sep 6, 2023
Merged

Commits on Aug 9, 2023

  1. Add missing expansion patterns for math.powf

    Following the same approach as for other math ops.
    This will prevent the powf operation to be scalaried on CPU.
    dcaballe committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d66244b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    88051b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    30edcea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0af5de2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    54f95d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    c1fc034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07cb54c View commit details
    Browse the repository at this point in the history