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
…ss is shadowed
Renaming template parameters of KokkosSPGEMM::PredicMaxRowNNZ to avoid shadowing that leads to a bad copy constructor call.
I am not too sure why gcc is allowing this to go through but clang is clearly less appreciative.
I have encounter the following error while compiling with
clang-3.9.0
:It seems to me that this is a simple mismatch between a view created by copy and the view being copied. It should not be to hard to fix.
FYI here is my build environment:
The text was updated successfully, but these errors were encountered: