Implement matrix views for kernels
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 15
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
For some use cases, client code can reduce copying by getting a view of a matrix handle, that is only usable until the handle is released.
We could add a view_handle method that exports such a method.
For debugging purposes, explicitly clearing views when a handle is closed could be useful.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name a file, test, or entry point. Start by locating the matrix-handle implementation and its existing release behavior, then clarify the view_handle API and view lifetime semantics. Done requires an agreed implementation and tests covering views before and after handle release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100