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
/home/projects/albany/repos/Trilinos/packages/kokkos-kernels/src/Kokkos_ArithTraits.hpp(1477): warning: pointless comparison of unsigned integer with zero
/home/projects/albany/repos/Trilinos/packages/kokkos-kernels/src/Kokkos_ArithTraits.hpp(156): warning: pointless comparison of unsigned integer with zero
detected during instantiation of "IntType <unnamed>::intPowSigned(IntType, IntType) [with IntType=char]"
(1503): here
/home/projects/albany/repos/Trilinos/packages/kokkos-kernels/src/Kokkos_ArithTraits.hpp(160): warning: pointless comparison of unsigned integer with a negative constant
detected during instantiation of "IntType <unnamed>::intPowSigned(IntType, IntType) [with IntType=char]"
(1503): here
The text was updated successfully, but these errors were encountered:
So
char
is an unsigned type under NVCC...The text was updated successfully, but these errors were encountered: