NWChemEx / NWChemEx/TensorWrapper
Fix TensorWrapper
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- Avg merge
- 5h 33m
- Merged PRs (30d)
- 6
Description
Changes to ParallelZone broke TensorWrapper. In particular:
- PZ's
RuntimeViewshould be updated to accept initialization/finalization callbacks - TensorWrapper should be updated to pass TA's initialization/finalization functions to
RuntimeView
Contributor guide
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
Start by locating PZ's RuntimeView and TensorWrapper, then trace how TA initialization and finalization functions are currently handled. Update RuntimeView to accept the callbacks and ensure TensorWrapper passes TA's functions through; the issue is done when both checklist items work together without the ParallelZone breakage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100