-
Notifications
You must be signed in to change notification settings - Fork 606
Kokkos Ecosystem pre-test 5.0.0 #14666
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
base: develop
Are you sure you want to change the base?
Conversation
|
CDash for AT1 results [Only accessible from Sandia networks] |
|
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request. |
|
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: PR_gcc-openmpi-openmp
Jenkins Parameters
Build InformationTest Name: PR_CompSim
Jenkins Parameters
Using Repos:
Pull Request Author: ndellingwood |
|
Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED Note: Testing will normally be attempted again in approx. 2 Hrs 30 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run. Pull Request Auto Testing has FAILED (click to expand)Build InformationTest Name: PR_gcc-openmpi-openmp
Jenkins Parameters
Build InformationTest Name: PR_CompSim
Jenkins Parameters
|
|
@ndellingwood Would you mind cherry picking the commits from #14390 over? This will set the required CMake default for Trilinos to C++20 and allow most builds to configure and start building. For Trilinos 17, we'd merge #14390, Kokkos5 and the Epetra removal. |
|
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request. |
|
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: PR_gcc-openmpi-openmp
Jenkins Parameters
Build InformationTest Name: PR_CompSim
Jenkins Parameters
Using Repos:
Pull Request Author: ndellingwood |
|
Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED Note: Testing will normally be attempted again in approx. 2 Hrs 30 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run. Pull Request Auto Testing has FAILED (click to expand)Build InformationTest Name: PR_gcc-openmpi-openmp
Jenkins Parameters
Build InformationTest Name: PR_CompSim
Jenkins Parameters
|
|
@trilinos/stk Looks like there are a couple of spots where STK is using |
Tagging @ldh4 to look at this. |
cda1c03 to
6900658
Compare
|
Rebased on Trilinos@develop and updated the kokkos and kokkos-kernels 5.0 snapshots to get an updated testing status check |
|
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request. |
|
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Using Repos:
Pull Request Author: ndellingwood |
|
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand) |
|
Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
|
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur... |
|
From the recent round of testing:
|
|
@trilinos/intrepid2 You might want to have a look at this. |
…ilinos#14666) Signed-off-by: Mauro Perego <[email protected]>
|
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur... |
|
Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing. |
|
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Using Repos:
Pull Request Author: ndellingwood |
|
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand) |
|
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur... |
…746f5d From repository at [email protected]:kokkos/kokkos.git At commit: commit dc1573e8024f60b379d460c4ca5a1f3ff0746f5d Merge: ea9c168ea 4c66a7e49 Author: Damien Lebrun-Grandie <[email protected]> Date: Wed Nov 5 13:09:08 2025 -1000 Merge pull request trilinos#8650 from masterleinad/cherry_pick_8649 Signed-off-by: Nathan Ellingwood <[email protected]>
…822bf07f3c1698 From repository at [email protected]:kokkos/kokkos-kernels.git At commit: commit 3aa3c3efd12efe186920a64e22822bf07f3c1698 Author: Nathan Ellingwood <[email protected]> Date: Thu Oct 30 12:07:16 2025 -0600 Ifpack2 btds gemm (trilinos#2829) (trilinos#2843) * Revert "batched/dense/impl/KokkosBatched_Gemm_Team_Impl.hpp (trilinos#2626)" This reverts commit 82605a9b1bd4b34edc5beb63f81f50f9da14fd4b. * Revert "ConjTrans support for batched team gemm (trilinos#2580)" This reverts commit 386663c2c9a95b28b2838d2deef4134b625ba142. * Batch - Dense: Re-applying GEMM fixes for extent/stride We have been liberally querrying the extent and stride of Views without checking if the rank of the view is high enough to return a valid value. The fixes lead to failures in BTDS which might point to a bug that relied on the old UB behavior of Kokkos::View x( * Applying clang-format * Batched - Utils: fixing extent and stride calculation Making sure we return 1 as the minimum stride and extent even if a view has a rank lower than the stride/extent querried. * Update batched/KokkosBatched_Util.hpp * Update batched/KokkosBatched_Util.hpp --------- Signed-off-by: Luc Berger-Vergiat <[email protected]> Signed-off-by: Luc Berger <[email protected]> Co-authored-by: Luc Berger <[email protected]> Co-authored-by: yasahi-hpc <[email protected]> Signed-off-by: Nathan Ellingwood <[email protected]>
Signed-off-by: Nathan Ellingwood <[email protected]>
Also remove all explicit C++20 settings from config specs. Signed-off-by: Samuel E. Browne <[email protected]> Signed-off-by: Nathan Ellingwood <[email protected]>
Signed-off-by: Samuel E. Browne <[email protected]> Signed-off-by: Nathan Ellingwood <[email protected]>
…96fcea From repository at [email protected]:kokkos/kokkos.git At commit: commit f572302292068a22672ab0012adaeeee0596fcea Merge: 49dcee30d ae8f29ba7 Author: Christian Trott <[email protected]> Date: Thu Nov 13 19:18:36 2025 -0700 Merge pull request trilinos#8679 from crtrott/500-add-required-allocation-size-fixup [5.0.0] Cherry-pick trilinos#8668 & trilinos#8682: fixup required allocation size Signed-off-by: Nathan Ellingwood <[email protected]>
…9eccf6e61ce98c From repository at [email protected]:kokkos/kokkos-kernels.git At commit: commit ddfde88b830317ab9806b004a99eccf6e61ce98c Author: Luc Berger-Vergiat <[email protected]> Date: Mon Nov 17 14:32:45 2025 -0700 Update release action in release candidate branch This is required to get the github action to be triggered correctly with the new versioning scheme. Signed-off-by: Luc Berger-Vergiat <[email protected]> Signed-off-by: Nathan Ellingwood <[email protected]>
6900658 to
3a1bbda
Compare
|
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection is Not Necessary for this Pull Request. |
|
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Using Repos:
Pull Request Author: ndellingwood |
|
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand) |
|
Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
|
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur... |
|
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur... |
1 similar comment
|
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur... |
Motivation
Early AT feedback on current test status with the kokkos core/kernels 5.0 release-candidate-5.0.0 branches
(Errors and failures are expected at this point)