Nathan Ellingwood
Nathan Ellingwood
**Describe the bug** The following Trilinos tests began to timeout in Cuda builds (with and without UVM enabled): ``` The following tests FAILED: 416 - TpetraCore_BlockCrsMatrix_MPI_4 (Timeout) 455 - TpetraCore_CrsGraph_insertGlobalIndicesFiltered_MPI_2...
Motivated by issue https://github.com/trilinos/Trilinos/issues/12984 , thanks to @maartenarnst for triage within the Trilinos issue Remove `KOKKOS_HAS_TRILINOS` branch from the `KOKKOS_LIB_INCLUDE_DIRECTORIES` function, as it is no longer needed since TriBITS/Trilinos has...
Remove the ViewCopy_c test when compiling with icpc See issue: https://github.com/kokkos/kokkos/issues/7084
**Describe the bug** Following merge of #7069 to enable mdspan by default, builds with intel/2023.2.0 (both icpc and icpx) and c++20 support enabled fail to compile with error: ``` 17:27:37...
**Describe the bug** Nightly builds (particularly Trilinos) with intel classic compilers and using the "-no-ip" flag to disable IPO fail to compile with internal errors with the TestSerial_ViewCopy_c.cpp test: ```...
**Describe the bug** Nightly test with cuda/11.2.2 on Volta70+Power9 failed with a segfault in the `cuda.exec_space_thread_safety_mdrange_reduce` test These commits were merged since the previous night's passing job: **Changes** Add SpaceAwareAccessor...
**Describe the bug** We recently had intel oneapi 2024.1.0 installed on our machine with PVC GPUs, testing of the Sycl backend reported a couple failures: **Kokkos_CoreUnitTest_SYCL1B** ``` 4/53 Test #4:...
Nightly cuda/11.1 + gcc/8.3.0 builds fail to compile Test_Common_AlignPtrTo.hpp following merge of #2262 **Output**: ``` 21:09:24 /data/jenkins-new/workspace/KokkosKernels_semsrhel7gpu01_cuda111_gcc830_cpp17/kokkos-kernels/common/unit_test/Test_Common_AlignPtrTo.hpp: In instantiation of 'void _GLOBAL__N__53_tmpxft_00076a8e_00000000_7_Test_Serial_Common_cpp1_ii_08b379a2::test_alignPtrTo() [with int TEST_FN = 0; Device = Kokkos::Serial]':...
Builds (at least with cuda/11.2.2) with no eti fail to link trtri: ``` 17:34:43 [ 63%] Linking CXX executable KokkosKernels_lapack_serial 17:34:45 CMakeFiles/KokkosKernels_lapack_serial.dir/backends/Test_Serial_Lapack.cpp.o: In function `int KokkosLapack::trtri(char const*, char const*, Kokkos::View...