NWChemEx / NWChemEx/PluginPlay
Extra Copies
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13
- Forks
- 1
- Avg merge
- 43m
- Merged PRs (30d)
- 4
Description
See the unit test SimDE/tests/simde/tensor_representation/detail_/ao_dispatch.cpp test in (once it gets merged in). Basically in this test I wanted to ensure that the arguments got forwarded all the way into the module without copying; however, that doesn't seem to be the case. I didn't debug it too much.
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 with the unit test mentioned at SimDE/tests/simde/tensor_representation/detail_/ao_dispatch.cpp once it is merged, and inspect how its arguments reach the module. Confirm the forwarding behavior and use the test to verify that arguments are passed without extra copies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100