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 clang+cuda build errors: KokkosSparse_spmv_bsrmatrix_impl.hpp:367: error: reference to __device__ function 'operator=' in __host__ __device__ function
#1209
Closed
ndellingwood opened this issue
Nov 30, 2021
· 2 comments
PR #1197 included updates to address unused variables caught when compiling with -Werror. The merge of that PR exposed another preexisting issue in clang/8+cuda/10 builds within KokkosSparse_spmv_bsrmatrix_impl
Error message:
05:16:38 /home/jenkins/jenkins-new/workspace/KokkosKernels_KokkosDev2_CLANG8_CUDA10_cpp14/kokkos-kernels/src/sparse/impl/KokkosSparse_spmv_bsrmatrix_impl.hpp:367:46: error: reference to __device__ function 'operator=' in __host__ __device__ function
05:16:38 sa(ti / FRAG_M, ti % FRAG_M, tj) = 0;
PR #1197 included updates to address unused variables caught when compiling with -Werror. The merge of that PR exposed another preexisting issue in clang/8+cuda/10 builds within
KokkosSparse_spmv_bsrmatrix_impl
Error message:
Reproducer instructions (kokkos-dev-2 testbed):
The text was updated successfully, but these errors were encountered: