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

[WIP]: Proof of concept going from jax to riscv #3674

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

Conversation

mamanain
Copy link
Collaborator

No description provided.

@mamanain mamanain self-assigned this Dec 24, 2024
Copy link

codecov bot commented Dec 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.30%. Comparing base (6f59234) to head (c682d05).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3674   +/-   ##
=======================================
  Coverage   91.29%   91.30%           
=======================================
  Files         466      467    +1     
  Lines       58357    58410   +53     
  Branches     5624     5631    +7     
=======================================
+ Hits        53278    53331   +53     
  Misses       3629     3629           
  Partials     1450     1450           

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

Comment on lines +31 to +35
donated_inputs = [
inp
for inp, attr in zip(func_op.args, func_op.arg_attrs, strict=True)
if isinstance(inp.type, TensorType) and "tf.aliasing_output" in attr.data
]
Copy link
Member

Choose a reason for hiding this comment

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

let's use a tuple for this, and bail out if this is empty?

Copy link
Member

Choose a reason for hiding this comment

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

Ah, we pop below...

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