Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spotcheck warnings from kokkos #284

Closed
kyungjoo-kim opened this issue Sep 5, 2018 · 4 comments
Closed

spotcheck warnings from kokkos #284

kyungjoo-kim opened this issue Sep 5, 2018 · 4 comments

Comments

@kyungjoo-kim
Copy link
Contributor

Warnings from kokkos

/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.

@crtrott
Copy link
Member

crtrott commented Sep 5, 2018

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 ....

@crtrott
Copy link
Member

crtrott commented Sep 25, 2018

Ok we need to fix this.

@ndellingwood
Copy link
Contributor

Looks like Dan fixed the second-half with kokkos/kokkos#1820.

@ndellingwood
Copy link
Contributor

This is now fixed in Kokkos develop branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants