-
Notifications
You must be signed in to change notification settings - Fork 78
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
Explicit memory management of working memory #241
Conversation
Codecov Report
@@ Coverage Diff @@
## master #241 +/- ##
==========================================
- Coverage 89.08% 88.38% -0.71%
==========================================
Files 71 74 +3
Lines 3592 3694 +102
==========================================
+ Hits 3200 3265 +65
- Misses 392 429 +37
Continue to review full report at Codecov.
|
065f81c
to
fafc858
Compare
These should be split into another PR |
e5ff369
to
ba45af3
Compare
This can be done without breaking change. I drop this PR from 0.13.0 milestone. |
This PR is outdated. Passed to #333 |
Resolve #168
Changes
EighWork
Lapack
trait merges*_
traits, e.g.Eigh_
LapackStrict
trait for APIs which manage memory strictly.Make submodules in lax, e.g.Remove ndarray_linalg::lapack alias, make lax submodule private #242lax::eigh
, private and expose them intolax::
namespaceTODO