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

[async] Highlight user kernels in the DOT graph, allows configuring rankdir #1866

Merged
merged 1 commit into from
Sep 13, 2020

Conversation

k-ye
Copy link
Member

@k-ye k-ye commented Sep 13, 2020

Example:

Screen Shot 2020-09-13 at 13 08 16

I'll look into more on how we can better represent the nodes/edges..

Related issue = #1855

[Click here for the format server]


@codecov
Copy link

codecov bot commented Sep 13, 2020

Codecov Report

Merging #1866 into master will increase coverage by 0.95%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1866      +/-   ##
==========================================
+ Coverage   43.25%   44.21%   +0.95%     
==========================================
  Files          44       44              
  Lines        6320     6111     -209     
  Branches     1092     1092              
==========================================
- Hits         2734     2702      -32     
+ Misses       3416     3240     -176     
+ Partials      170      169       -1     
Impacted Files Coverage Δ
python/taichi/misc/util.py 17.48% <0.00%> (-0.26%) ⬇️
python/taichi/lang/ast_checker.py 70.58% <0.00%> (-1.64%) ⬇️
python/taichi/testing.py 75.00% <0.00%> (-0.72%) ⬇️
python/taichi/lang/linalg.py 89.33% <0.00%> (-0.67%) ⬇️
python/taichi/lang/meta.py 62.31% <0.00%> (-0.54%) ⬇️
python/taichi/lang/__init__.py 41.94% <0.00%> (-0.51%) ⬇️
python/taichi/misc/task.py 0.00% <0.00%> (ø)
python/taichi/lang/shell.py 0.00% <0.00%> (ø)
python/taichi/tools/patterns.py 0.00% <0.00%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cbbef94...ab47427. Read the comment docs.

Copy link
Collaborator

@xumingkuan xumingkuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! LGTM.

@@ -4,14 +4,13 @@
#include <unordered_set>

#include "taichi/ir/snode.h"
#include "taichi/ir/statements.h"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

taichi/ir/statements.h includes taichi/ir/ir.h...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True... Unfortunately i need this to pull in OffloadedStmt::TaskType

@k-ye k-ye merged commit afb6d8e into taichi-dev:master Sep 13, 2020
@k-ye k-ye deleted the dot2 branch September 13, 2020 13:14
@yuanming-hu yuanming-hu mentioned this pull request Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants