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

Tensor Expression Debug Display (TEDD) #4651

Merged
merged 9 commits into from
Feb 26, 2020
Merged

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    d24ff82 View commit details
    Browse the repository at this point in the history
  2. 1. Fix lint issues. 2. Print intrin.body instead of intrin.name in Sc…

    …hedule Tree. 3. Add examples to top level APIs' comments. 4. Top level APIs don't print Dot string by default, unless outputdotstring is True.
    yongfeng-nv committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    bef20dd View commit details
    Browse the repository at this point in the history
  3. Fix more lint issues.

    yongfeng-nv committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    5fbd023 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Update top level API argument names and use raw strings to avoid Pyth…

    …on lint warnings in the tests.
    yongfeng-nv committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    597a0f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

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

Commits on Jan 11, 2020

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

Commits on Feb 10, 2020

  1. Separate data extraction and visualization. 1. Add API tedd.dump_json…

    …(schedule) to dump a json string for the schedule data for visualization. 2. Update tests. 3. Add a tutorial. 4. Add range information to IterVars.
    yongfeng-nv committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    0daac78 View commit details
    Browse the repository at this point in the history
  2. Update TEDD about InferBound failure. 1. TEDD doesn't call inferbound…

    … for DFG. 2. Update tutorial about the InferBound failure.
    yongfeng-nv committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    bb8752d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. 1. Import IPython only if SVG is requested. This is required to fix a…

    … tutorial publishing faliure. 2. Fix test about IPython availability check.
    yongfeng-nv committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    17d3796 View commit details
    Browse the repository at this point in the history