Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value-View Interface #289

Open
wants to merge 62 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
0907d56
Bringing over Value/View Interface headers and tests from research br…
mdavis36 Jul 23, 2024
8451ecf
Deleting ManagedSmartPtr and MVSmartRef classes and tests. They will …
mdavis36 Jul 23, 2024
d12c687
Adding testTRTField python test used during constexpr PYB11 developm…
mdavis36 Jul 23, 2024
01598a9
Deleting SphArrayInline/Inst. We are not using the old iterator class…
mdavis36 Jul 23, 2024
ee4a68c
Changing header includes SphArray -> ManagedVector.hh
mdavis36 Jul 23, 2024
c800c08
Re-organizing test locations, many tests are basic integration/exampl…
mdavis36 Jul 23, 2024
5990faa
Move QInt example class into test file.
mdavis36 Jul 23, 2024
5c04efe
Re-naming value-view tests to identify the design pattern used.
mdavis36 Jul 23, 2024
a8ddc5f
Adding a basic value-view interface example using metaclass macros.
mdavis36 Jul 23, 2024
29ee8fa
Merge branch 'develop' into feature/value-view-interface
mdavis36 Jul 30, 2024
df6c88f
Adding SCIP macros.
mdavis36 Jul 30, 2024
708cc2a
Moving Value View Interface under vvi namespace; Naming convention an…
mdavis36 Aug 22, 2024
2b5d3e7
SCIP -> VVI; Organizing VVI pattern into header file and impl file, t…
mdavis36 Aug 23, 2024
1e33c49
namespace changes to match documentation; VVI_VIEW_DEFAULT explicitly…
mdavis36 Aug 28, 2024
55f5174
Macros for wimplifying deepCopy and compare methods in Impl classes; …
mdavis36 Aug 30, 2024
383fed8
Empty DEEPCOPY & COMPARE member case; adding DECL_DEFAULT example in …
mdavis36 Aug 30, 2024
c09dacb
Using shorthand class defs in examples; Removing unnecessary macros f…
mdavis36 Aug 30, 2024
f3f5d36
Implmenting VVI for QuadraticInterpolator; Resolving Pedantic for war…
mdavis36 Sep 6, 2024
df81f95
Dealing w/ multi line comment warnings.
mdavis36 Sep 7, 2024
43cd543
SPHERAL_ENABLE_VVI for cuda build.
mdavis36 Sep 7, 2024
4a43482
Deleting unused tests/ directory.
mdavis36 Sep 7, 2024
dd82347
rm Kernel dir.
mdavis36 Sep 7, 2024
d850f67
QI tests for VVI on/off
mdavis36 Sep 9, 2024
9f48781
Adding --test option to hcb.py to run make test during CI.
mdavis36 Sep 9, 2024
ad518f0
Removing comment from MV impl.
mdavis36 Sep 9, 2024
74201bb
Turn off blt target printing.
mdavis36 Sep 9, 2024
3747afa
Cleaning up field tests.
mdavis36 Sep 9, 2024
9f29207
Hopefully fixing segfault blt_mpi_smoke test on ruby; Silencing warni…
mdavis36 Sep 10, 2024
78cbad2
Adding documentation for using the Value-View Interface.
mdavis36 Sep 10, 2024
6b5c8bd
Fixing title levels.
mdavis36 Sep 11, 2024
db42935
Merge branch 'develop' into feature/value-view-interface
mdavis36 Sep 11, 2024
bc65da2
put config header in the correct directory when spheral is a submodule.
mdavis36 Sep 11, 2024
b57181b
Do not clear INTERFACE_LINK_LIBRARIES
mdavis36 Sep 12, 2024
d4cada3
Updating Relaese notes for VVI PR.
mdavis36 Sep 13, 2024
3566f3d
Removing unnecessary comment and configuration of config.in
mdavis36 Sep 16, 2024
d1dc378
Formatting vvi docs.
mdavis36 Sep 17, 2024
988adcc
Merge branch 'develop' into feature/value-view-interface
mdavis36 Sep 27, 2024
0bbe7d6
Fixing CMake tests merge issue.
mdavis36 Sep 30, 2024
06b0492
Merge branch 'develop' into feature/value-view-interface
mdavis36 Oct 14, 2024
64afaa3
Merge branch 'develop' into feature/value-view-interface
mdavis36 Oct 14, 2024
c9c6e61
Fixed typo
jmikeowen Oct 14, 2024
c4eb45b
Merge branch 'develop' into feature/value-view-interface
jmikeowen Oct 15, 2024
59d37d5
Moving ENABLE_DEV_BUILD CI test to clang on toss4
jmikeowen Oct 16, 2024
0139307
Change gcc version on ansel to 10.2.1
ldowen Oct 21, 2024
3ec887d
Bring blueos gcc version back to 8.3.1
ldowen Oct 22, 2024
ccf3375
Merge branch 'develop' into feature/value-view-interface
mdavis36 Nov 6, 2024
295c161
Merge branch 'develop' into feature/value-view-interface
mdavis36 Nov 8, 2024
47fe343
Fixing bad merge in QInt.
mdavis36 Nov 11, 2024
fcb1a3b
Clang + Gtest + pedantic warning fix.
mdavis36 Nov 14, 2024
66b8309
Having to revert some of the lambda changes in TableKernel.
mdavis36 Nov 14, 2024
52383b9
Pointing chai at latest changes.
mdavis36 Nov 14, 2024
9358eb0
Merge branch 'develop' into feature/value-view-interface
mdavis36 Nov 15, 2024
5990fce
Need to disable tests when ENABLE_DEV_BUILD=On, .so libs cannot resol…
mdavis36 Nov 18, 2024
630c4c8
Chai w/ static plugin fix.
mdavis36 Nov 21, 2024
057ee8f
Merge branch 'develop' into feature/value-view-interface
mdavis36 Nov 22, 2024
911e068
Turn off GPU copy for field c++ tests.
mdavis36 Nov 22, 2024
1aca95c
Merge branch 'feature/value-view-interface' of github.com:LLNL/sphera…
mdavis36 Nov 22, 2024
fb4758e
merge develop
mdavis36 Feb 3, 2025
bb41c53
Squashed commit of the following:
mdavis36 Feb 3, 2025
2a31dca
Merge branch 'develop' into feature/value-view-interface
mdavis36 Feb 3, 2025
9e57838
Merge branch 'develop' into feature/value-view-interface
mdavis36 Feb 7, 2025
100b018
Managed Vector Unit tests running on AMD GPUs
mdavis36 Feb 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' into feature/value-view-interface
mdavis36 committed Feb 3, 2025
commit 2a31dca981d26211d178959e678ae1bcae1f9d70

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.