You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nightly Cuda builds with TPLs enabled (various versions and arch) are failing the sparse_cuda test in the sptrsv check:
cuda/11.2.2 w/ tpls cusparse, cublas, cusolver on Volta70:
07:23:30 [ RUN ] Cuda.sparse_sptrsv_double_int_int_TestDevice
07:23:30 /home/jenkins/weaver/workspace/KokkosKernels_Weaver_Cuda_Serial_cuda_1122_gcc_831_cusparse_cublas_cusolver_all_scalars/kokkos-kernels/sparse/unit_test/Test_Sparse_sptrsv.hpp:604: Failure
07:23:30 Expected equality of these values:
07:23:30 sum
07:23:30 Which is: -nan
07:23:30 lhs_v[i].extent(0)
07:23:30 Which is: 6
07:23:30 /home/jenkins/weaver/workspace/KokkosKernels_Weaver_Cuda_Serial_cuda_1122_gcc_831_cusparse_cublas_cusolver_all_scalars/kokkos-kernels/sparse/unit_test/Test_Sparse_sptrsv.hpp:604: Failure
07:23:30 Expected equality of these values:
07:23:30 sum
07:23:30 Which is: -nan
07:23:30 lhs_v[i].extent(0)
07:23:30 Which is: 6
Also seen e.g. with cuda/12.2 on A100 (Ampere)
This follows after merge of #2429 , @jgfouca can you investigate?
Nightly Cuda builds with TPLs enabled (various versions and arch) are failing the
sparse_cuda
test in the sptrsv check:cuda/11.2.2 w/ tpls cusparse, cublas, cusolver on Volta70:
Also seen e.g. with cuda/12.2 on A100 (Ampere)
This follows after merge of #2429 , @jgfouca can you investigate?
Reproducer: (weaver rhel8 queue):
The text was updated successfully, but these errors were encountered: