NWChemEx / NWChemEx/PluginPlay

Extra Copies

Open
#192 3 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.