-
Notifications
You must be signed in to change notification settings - Fork 22
[GPU] Interpolators #400
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
Draft
ldowen
wants to merge
57
commits into
develop
Choose a base branch
from
feature/gpu/interpolators
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[GPU] Interpolators #400
Changes from 2 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
a58f99c
Created the QIHandler class for handling QuadraticInterpolator data, …
ldowen 86b7464
Created a QI base class, make the QI class the value class that inher…
ldowen 23d8ba2
Switched QI to use managed arrays instead of calling Umpire directly
ldowen b6aa325
Removed the QIView class, GPUified the CubicHermitInterpolator and ad…
ldowen 8ac532c
Added default constructors for QI and CHI, added the index operator f…
ldowen 9f7ef88
Added move operation to QIBase and CHIBase
ldowen 440e72b
Added copy and assignment constructors and tests for the QI and CHI c…
ldowen 653bf65
Add explicit calls to base copy and assignment constructors in QI and…
ldowen 891ef90
Updated RELEASE_NOTES to test new mirror
ldowen c5c9be6
Merge branch 'develop' into feature/gpu/interpolators
ldowen b427ef6
Changed QIBase and CHIBase to QIView and CHIView
ldowen 3d3436e
Merge branch 'develop' into feature/gpu/interpolators
ldowen fc918f8
Merge branch 'develop' into feature/gpu/interpolators
ldowen b7191e3
Removed unused line in QI
ldowen 7420d98
Removed chai submodule, added package recipes for chai, raja, umpire,…
ldowen f630226
Chagned getPointer to data
ldowen 0f30958
Update release notes
ldowen 0a88b0e
Merge branch 'develop' into update/remove_chai_submodule
ldowen e3d703b
Changed ENABLE_HIP to SPHERAL_ENABLE_HIP and added it to the export t…
ldowen a21597d
Removed umpire variant logic
ldowen afd2f58
Fix spack package typo
ldowen 63c1770
Turn off mpi for axom when ~mpi
ldowen f5b71f2
Change back to using ENABLE_HIP, let that be a different PR
ldowen ed7355c
Removed non-mpi CI tests
ldowen a5d599d
Removed redundant axom variant added a few commits ago, added spheral…
ldowen 68c45ca
Revert "Removed redundant axom variant added a few commits ago, added…
ldowen 918a2ad
Revert "Removed non-mpi CI tests"
ldowen b6c136f
Revert "Change back to using ENABLE_HIP, let that be a different PR"
ldowen 66c90f4
Revert "Turn off mpi for axom when ~mpi"
ldowen 21d150e
Revert "Fix spack package typo"
ldowen 7797465
Revert "Removed umpire variant logic"
ldowen ff6f203
Reverted SPHERAL_ENABLE_HIP back to just ENABLE_HIP, added leos flags…
ldowen 295ff7e
Forgot about typo in spack package
ldowen 25a8736
libleos_C.a does not exist for some reason
ldowen dca07de
Turn xml on for leos
ldowen 7b711b5
Explicitly turn off xml for leos
ldowen 0eeca88
Do not use +xml variant in spheral
ldowen 84fd39a
Switched to using find_package on hdf5 and LIP libraries, added logic…
ldowen 5ae2642
Try turning yaml off for leos and changing name of LIP package in cma…
ldowen 3863907
Change lip to LIP
ldowen b771c6e
LIP is incorrectly exported so reverting back to importing it the mes…
ldowen 2edf1ab
Fix hdf5 target names
ldowen f082082
Add correct hdf5 targets to lists
ldowen 5ecc1ac
Remove duplicated hdf5_DIR in fp_dirs list
ldowen d6ebe4f
Build static cxx libraries if rocm is turned on, otherwise mysterious…
ldowen 7ceae95
Changed umpire and raja versions based on feedback from Collette, rev…
ldowen dbfe845
Remove printf statement left in LEOS_bundle.cc
ldowen 2b9243e
One other addition to the release notes
ldowen 8ef5ced
Bring yaml back to leos because it is apparently needed for reading a…
ldowen 08696b5
Make preferred leos package the older one for now
ldowen 8b77867
Put link flags directly in blt call
ldowen 0c5cb28
Add TPL dependencies and have leos get hip and cuda variants when nec…
ldowen 444e36b
Change leos version back to 8.5.0 and ensure it is only a dependency …
ldowen 009dc72
It seems leos 8.5.2 is more stable than 8.5.0 even if something is br…
ldowen 63ffbbd
Reverting back to leos 8.4.2 without rocm versions but added note for…
ldowen 1ab74df
Merge with update/remove_chai_submodule
ldowen a0799a0
Fixed copy and assignment constructors for QI and CHI to avoid copyin…
ldowen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.