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

Add docs on implementing Pytorch Ops (and CumOp) #837

Merged
merged 8 commits into from
Jul 4, 2024

Parametrize dtype

a6e6bd8
Select commit
Loading
Failed to load commit list.
Merged

Add docs on implementing Pytorch Ops (and CumOp) #837

Parametrize dtype
a6e6bd8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 28, 2024 in 0s

80.97% (+0.10%) compared to 320bac4

View this Pull Request on Codecov

80.97% (+0.10%) compared to 320bac4

Details

Codecov Report

Attention: Patch coverage is 63.15789% with 7 lines in your changes missing coverage. Please review.

Project coverage is 80.97%. Comparing base (320bac4) to head (a6e6bd8).
Report is 22 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #837      +/-   ##
==========================================
+ Coverage   80.87%   80.97%   +0.10%     
==========================================
  Files         168      170       +2     
  Lines       46950    47044      +94     
  Branches    11472    11504      +32     
==========================================
+ Hits        37972    38096     +124     
+ Misses       6766     6734      -32     
- Partials     2212     2214       +2     
Files Coverage Δ
pytensor/link/pytorch/dispatch/__init__.py 100.00% <100.00%> (ø)
pytensor/tensor/extra_ops.py 88.63% <100.00%> (+0.03%) ⬆️
pytensor/link/pytorch/dispatch/extra_ops.py 56.25% <56.25%> (ø)

... and 20 files with indirect coverage changes