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

[IR][docs] Introduction #1463

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

[IR][docs] Introduction #1463

wants to merge 4 commits into from

Conversation

justinchuby
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.03%. Comparing base (e0e96d8) to head (aa7f12f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1463   +/-   ##
=======================================
  Coverage   77.03%   77.03%           
=======================================
  Files         210      210           
  Lines       22467    22467           
  Branches     3818     3818           
=======================================
  Hits        17308    17308           
  Misses       4429     4429           
  Partials      730      730           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Apr 26, 2024

Test Results

     30 files  +     1      30 suites  +1   3h 8m 2s ⏱️ + 6m 53s
  3 904 tests ±     0   2 422 ✅ ±    0    1 478 💤  -      1   4 ❌ +1 
564 363 runs  +18 815  88 062 ✅ +2 979  476 243 💤 +15 835  58 ❌ +1 

For more details on these failures, see this check.

Results for commit aa7f12f. ± Comparison against base commit e0e96d8.

♻️ This comment has been updated with latest results.

model = ir.serde.deserialize_model(proto)

# %%
model

Check warning

Code scanning / lintrunner

PYLINT/W0104 Warning documentation

Statement seems to have no effect (pointless-statement)
See pointless-statement. To disable, use # pylint: disable=pointless-statement
graph.outputs[0].dtype = ir.DataType.FLOAT

# %%
graph.outputs[0]

Check warning

Code scanning / lintrunner

PYLINT/W0104 Warning documentation

Statement seems to have no effect (pointless-statement)
See pointless-statement. To disable, use # pylint: disable=pointless-statement
len(node.outputs)

# %%
graph.insert_after

Check warning

Code scanning / lintrunner

PYLINT/W0104 Warning documentation

Statement seems to have no effect (pointless-statement)
See pointless-statement. To disable, use # pylint: disable=pointless-statement
model = ir.serde.deserialize_model(proto)

# %%
model

Check warning

Code scanning / lintrunner

RUFF/B018 Warning documentation

Found useless expression. Either assign it to a variable or remove it..
See https://docs.astral.sh/ruff/rules/useless-expression
len(node.outputs)

# %%
graph.insert_after

Check warning

Code scanning / lintrunner

RUFF/B018 Warning documentation

Found useless expression. Either assign it to a variable or remove it..
See https://docs.astral.sh/ruff/rules/useless-expression
@@ -0,0 +1,127 @@
# %% [markdown]

Check warning

Code scanning / lintrunner

RUFF-FORMAT/format Warning documentation

Run lintrunner -a to apply this patch.
@justinchuby justinchuby changed the title Artifact for optimization-sig 4/25 [IR][docs] Introduction May 5, 2024
@justinchuby justinchuby added documentation Improvements or additions to documentation topic: IR Intermediate representation labels May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation topic: IR Intermediate representation
Projects
Development

Successfully merging this pull request may close these issues.

1 participant