Nathan Ellingwood
Nathan Ellingwood
**Describe the bug** Nightly Sycl builds on PVC arch with intel/oneapi/2023.1.0 are failing in the `kokkosp.parallel_scan_no_fence` sub-test: ``` [ RUN ] kokkosp.parallel_scan_no_fence Test failure: encountered unwanted events BeginFence { "Kokkos::Tools::invoke_kokkosp_callback:...
**Describe the bug** Nightly tests with gcc/8.3.0 and the OpenMP backend failed in the `openmp.reducers_int` subtest (both debug and rel builds): ``` [ RUN ] openmp.reducers_int Kokkos::abort: Requested Team Size...
**Describe the bug** Nightly Cuda+OpenMP builds fail to link after recent updates (output below is for cuda/12.0+gcc/9.3.0): ``` 20:19:31 CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o: In function `print_flag(std::__cxx11::basic_string const&)': 20:19:31 tmpxft_0003d11a_00000000-6_UnitTest_DeviceAndThreads.cudafe1.cpp:(.text+0x7f1): undefined reference to `omp_get_max_threads'...
Nightly Cuda builds enabling TPLs and float types fail in `sparse_cuda` and `blocksparse_cuda` unit tests: `sparse_cuda` ``` 07:03:31 [ RUN ] Cuda.sparse_spiluk_double_int_int_TestDevice 07:03:31 unknown file: Failure 07:03:31 C++ exception with...
Nightly Trilinos builds with Cuda+UVM backend fail to compile with errors tracing to Stokhos-Ifpack2 interaction with the Ifpack2_LocalSparseTriangularSolver_def.cpp code: ``` 23:45:11 /home/jenkins/weaver/workspace/KokkosEco_Trilinos_Weaver_CUDA112_opt-uvm/Trilinos/packages/stokhos/src/sacado/kokkos/vector/KokkosExp_View_MP_Vector_Contiguous.hpp(1510): error: no operator "=" matches these operands 23:45:11...
Nightly test failures, follow up to #2096 ``` Expected: ((double)AT1::abs(val1 - val2))
Nightly cuda/11.4 builds are failing to compile with error: ``` 06:59:06 In member function 'void KokkosSparse::Impl::Sequential::TrsvWrap::CommonBlocked::divide(RangeMultiVectorType, const UBlock&, KokkosSparse::Impl::Sequential::TrsvWrap::lno_t, KokkosSparse::Impl::Sequential::TrsvWrap::lno_t) [with bool IsLower = false; bool Transpose = false; CrsMatrixType...
Nightly test failures occurring with Cusolver enabled in the svd unit tests of the form ` "CUSOLVER does not support SVD for matrices with more columns than rows..."` ``` ......
Trilinos nightly builds are failing to compile in ifpack2 (all backends) with the following errors: ``` 17:51:07 /home/jenkins/blake-new/workspace/KokkosEco_Trilinos_Blake_LLVM1507_Serial_debug/Trilinos/packages/ifpack2/src/Ifpack2_IlukGraph.hpp:598:98: error: too few arguments to function call, expected 4, have 3 17:51:07...
Sub-tests are failing in cuda/12.0 builds with the `batched_dla_cuda` and `batched_gemm_cuda` unit tests with error message `cudaDeviceSynchronize() error( cudaErrorMisalignedAddress): misaligned address` `batched_dla_cuda` ``` 00:37:42 3: [ RUN ] Cuda.batched_scalar_serial_inverselu_dcomplex 00:37:42...