ClarkResearchGroup / ClarkResearchGroup/tensor-tools
[parallel] CTF needs const data view
Open
enhancement
- Dominant language
- C++
- Stars
- 11
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
We make copies of tensors just to modify their indices, we should instead just pass the data as a const and then do the index operations. This might clean up the permuted index interface too
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.