forked from kokkos/kokkos
-
Notifications
You must be signed in to change notification settings - Fork 0
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
test #3
Open
e10harvey
wants to merge
743
commits into
master
Choose a base branch
from
develop
base: master
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.
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
Make NVCC pass feature tests inside and outside Kokkos build
Changes to improve downstream use of TPLs
Co-authored-by: Matthew Bettencourt <[email protected]>
Tests are missing!
Update CMake to compile and run Normal and Terminate stack trace Had to make changes to KOKKOS_ADD_TEST... Had to add run_test_exec.sh because CTest doesn't can't handle apps that crash Added logic in CMakelists.txt for unit_tests to look for different text if rdynamic is enabled
…ly from command line
…ing fully qualified name
Add update_lib.sh
Fix cmake testing issues for bowman
Co-Authored-By: Daniel Arndt <[email protected]>
…locationFailure Fix compile error in OpenMP_Exec with clang 8.0
Added an env var to pick a random device
…ning Fix C++20 KOKKOS_LAMBDA deprecation warning
Fix manual builds of Clang 8 and Cuda 10 on kokkos-dev-2
quick fix for unused variable warning/error
…hreads, and HPX backends
Add a suffix to unit tests that contains a death test
Fix typo in nvcc_wrapper
…elop Cherry pick kokkos#2666 into develop
Remove target check
…espace Remove trailing whitespace
Also fixing the naming issue of the tests.
Remove Kokkos::Impl::condition and Kokkos::Impl::enable_if
Fix DeathTest failure on travis by not running DeathTests
…iling Check that libdl is enabled for profiling
Cherry-pick PR kokkos#2660 into develop
Fix StackTrace test using shared libraries
OpenMP Target Updates
Disable stacktrace unit tests when Trilinos is enabled
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.
No description provided.