Add CMake support for execution space specific but implementation generic operators
All threads resolved!
Issue/feature addressed
Some operators do not have a StdMat
or a SumFac
specific implementation. The implementation should be "generic".
Proposed solution
Update the Operators/CMakeList.txt to recognize a *Generic.hpp
header file.
Also update to use SumFac implementation for Kokkos backend.
Also simplify operator defaulting.
Implementation
Tests
Suggested reviewers
Notes
Checklist
-
Functions and classes, or changes to them, are documented. [ ] User guide/documentation is updated.[ ] Changelog is updated.-
Suitable tests added for new functionality. -
Contributed code is correctly formatted. (See the contributing guidelines). -
License added to any new files. -
No extraneous files have been added (e.g. compiler output or test data files).
Edited by Jacques Xing
Merge request reports
Activity
Filter activity
added mergeredesign label
- Resolved by Chris Cantwell
- Resolved by Chris Cantwell
- Resolved by Chris Cantwell
marked the checklist item Contributed code is correctly formatted. (See the contributing guidelines). as completed
assigned to @ccantwel
requested review from @ssherw
added 3 commits
added 3 commits
added 3 commits
-
3fcbf82f...b57a0c4e - 2 commits from branch
nektar:feature/redesign
- ccf902d0 - Merge remote-tracking branch 'upstream/feature/redesign' into feature/redesign/generic-operators
-
3fcbf82f...b57a0c4e - 2 commits from branch
added 7 commits
-
7aa6bafc...0ad2a77c - 6 commits from branch
nektar:feature/redesign
- cbb3f75b - Add CMake support for execution space specific but implementation generic operators
-
7aa6bafc...0ad2a77c - 6 commits from branch
mentioned in commit a1e302f6
Please register or sign in to reply