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

Experimental Feature - Accelerated NumPy #672

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

gavincyi
Copy link

@gavincyi gavincyi commented Jul 5, 2023

The change is to allow user to switch NumPy to other alternatives which can be run on GPU / TPU instances.

@codecov
Copy link

codecov bot commented Jul 5, 2023

Codecov Report

Patch coverage: 87.70% and project coverage change: -0.01 ⚠️

Comparison is base (6bf7e77) 99.43% compared to head (9f75b8e) 99.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #672      +/-   ##
==========================================
- Coverage   99.43%   99.42%   -0.01%     
==========================================
  Files          74       77       +3     
  Lines       15480    15608     +128     
  Branches     2084     2114      +30     
==========================================
+ Hits        15393    15519     +126     
+ Misses         63       58       -5     
- Partials       24       31       +7     
Impacted Files Coverage Δ
arch/experimental/engine.py 75.40% <75.40%> (ø)
arch/covariance/kernel.py 100.00% <100.00%> (ø)
arch/experimental/__init__.py 100.00% <100.00%> (ø)
arch/tests/experimental/test_engine.py 100.00% <100.00%> (ø)
arch/tests/test_examples.py 100.00% <100.00%> (ø)
arch/unitroot/unitroot.py 99.86% <100.00%> (+<0.01%) ⬆️

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

None yet

1 participant