-
Notifications
You must be signed in to change notification settings - Fork 578
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
Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20210607_000542 branch to master #9233
Closed
Conversation
This file contains 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
… in WrappedDualView
Still need #define for compilers and because we don't want to always compile in the caller function's name
mirror view of null view, as the mirror will have a use_count higher than the null device view
…raCrsRefactor_kdd
…traCrsRefactor_kdd
Once we can implement getLocalMatrixHost through KokkosKernels, we can finish fixing this test
except RBILUK.
- Skip Adelus tests when TPETRA_ASSUME_CUDA_AWARE_MPI is 0. Related to #8477.
…d_timing_fixes Automatically Merged using Trilinos Pull Request AutoTester PR Title: Zoltan2: (Coloring) Fixed D1 performance bug, added timing argument to coloring code PR Author: ibogle
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Xpetra: fixes for ETI-off build PR Author: cgcgcg
Thanks to Curt for finding this!
atdm/ats2: Only run Adelus tests with TPETRA_ASSUME_CUDA_AWARE_MPI=1
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Panzer: fix doxygen tag file PR Author: rppawlo
…ed as reference" This reverts commit 72c8247.
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra: UVM Removal branch with CrsGraph, CrsMatrix and Multivector PR Author: kddevin
…f-workshop * 'develop' of ssh://github.com/trilinos/Trilinos: (106 commits) MueLu: Additional coarsening options (#9191) SEACAS: Add fortran settings for cray fortran Tempus: ParameterList Constructor for IntegratorBasic. Ifpack2: Adding unit tests Ifpack2: Adding unit tests Tacho - remove debug output overriding Tacho - specialization for cuda 11 Tempus: ParameterList Constructor for IntegratorBasic. CMakeLists.txt: Fix for Trilinos_CXX_COMPILER_FLAGS KokkosKernels: Fixed kernel labels in GS apply Ifpack2: check Relaxation settings are compatible KokkosKernels: fix name lookup issue in non-ETI build KokkosKernels: fix maybe-uninitialized warning KokkosKernels/Ifpack2: MTGS long row kernel Percept: sync from Sierra repo MueLu: interpolation order input changes for GeometricInterpolation Fixes MINRES solver to perform correctly for right-hand preconditioning Automatic snapshot commit from tribits at b420835 klu2_ordinaltraits.h: Various calls here have long int as the arg, then delegate to a method for which the arg is UF_long. This fails to compile on Windows, for which long int is 32 bits. Instead do ptrdiff_t, which is correct on all platforms. CreateDirectory is defined in Winbase.h as a macro, so it must be undef'd before being declared as a method in Epetra_*Comm.h. Otherwise, an error arises because some files seem to include Winbase.h and others not. ...
Automatically Merged using Trilinos Pull Request AutoTester PR Title: MueLu: Avoid CMake warning about source file extensions PR Author: cgcgcg
Automatically Merged using Trilinos Pull Request AutoTester PR Title: FROSch: Some fixes from ALCF Workshop PR Author: searhein
This PR fills out some of the structured support recently added to Intrepid2. In particular, it: - adds support for "OPERATOR_Dn" operators to `Basis:: allocateOutputView()` - replaces the use of the word "notional" (as in, a notional dimension of a `Data` object) in code and documentation with the more standard "logical" (in some places — more to come in an upcoming PR) - adds support for an arbitrary binary operator to be applied to two `Data` objects with a common logical shape, and stored in a third - adds default implementations of basic binary operations: sum, difference, multiplication, and division - tests performance of the new operations on several use cases, confirming on several platforms that for these use cases, the implementation provides good speedup relative to a baseline implementation that uses View objects instead of Data, at least once there is sufficient data redundancy for the Data object to take advantage of. The performance test also verifies correctness of the implementations.
…uilds Automatically Merged using Trilinos Pull Request AutoTester PR Title: Phalanx: enable package for no-UVM PR testing PR Author: rppawlo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Auto PR created to promote from master_merge_20210607_000542 branch to master