-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Commits on Jan 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d24ff82 - Browse repository at this point
Copy the full SHA d24ff82View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bef20dd - Browse repository at this point
Copy the full SHA bef20ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fbd023 - Browse repository at this point
Copy the full SHA 5fbd023View commit details
Commits on Jan 9, 2020
-
Update top level API argument names and use raw strings to avoid Pyth…
…on lint warnings in the tests.
Configuration menu - View commit details
-
Copy full SHA for 597a0f2 - Browse repository at this point
Copy the full SHA 597a0f2View commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 58ce33e - Browse repository at this point
Copy the full SHA 58ce33eView commit details
Commits on Jan 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 65888da - Browse repository at this point
Copy the full SHA 65888daView commit details
Commits on Feb 10, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0daac78 - Browse repository at this point
Copy the full SHA 0daac78View commit details -
Update TEDD about InferBound failure. 1. TEDD doesn't call inferbound…
… for DFG. 2. Update tutorial about the InferBound failure.
Configuration menu - View commit details
-
Copy full SHA for bb8752d - Browse repository at this point
Copy the full SHA bb8752dView commit details
Commits on Feb 11, 2020
-
1. Import IPython only if SVG is requested. This is required to fix a…
… tutorial publishing faliure. 2. Fix test about IPython availability check.
Configuration menu - View commit details
-
Copy full SHA for 17d3796 - Browse repository at this point
Copy the full SHA 17d3796View commit details