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

[TE] Promote substituted variable to iter_var's dtype #10571

Merged
merged 5 commits into from
Mar 12, 2022

Commits on Mar 10, 2022

  1. [TE] Promote substituted variable to iter_var's dtype

    This fixes a bug where an iteration variable and its associated loop
    variable have a mismatched dtype.
    Tristan Konolige committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    9079bcb View commit details
    Browse the repository at this point in the history
  2. add check to iter var constructor. fix two bad uses

    Tristan Konolige committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    b7b4b24 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. proplem is more complicated then I thought

    Tristan Konolige committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    0cdeeed View commit details
    Browse the repository at this point in the history
  2. one more fix

    Tristan Konolige committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    1d60410 View commit details
    Browse the repository at this point in the history
  3. remove old comments

    Tristan Konolige committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    bd18634 View commit details
    Browse the repository at this point in the history