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/kyukim/Work/lib/kokkos/master/core/src/Cuda/Kokkos_Cuda_ReduceScan.hpp(645):
warning: variable "mask" was declared but never referenced
/home/kyukim/Work/lib/kokkoskernels/build/spotcheck/TestAll_2018-09-05_15.24.03/cuda/9.0.103/Cuda_OpenMP-release/kokkos/install/include/Cuda/Kokkos_Cuda_ReduceScan.hpp(871):
warning: dynamic initialization in unreachable code
This is probably related to @crtrott 's new reduction.
The text was updated successfully, but these errors were encountered:
Yeah it is. I tried to fix that but so far without much luck (at least as a solution which fixes it for all compiler versions). I need to figure out the right ifdef combinations ....
Warnings from kokkos
This is probably related to @crtrott 's new reduction.
The text was updated successfully, but these errors were encountered: