Luc Berger

Results 228 comments of Luc Berger

I think the last option makes sense: `KOKKOSSPARSE_IMPL_CUSPARSE_SAFE_CALL`, eventually we should review what we are doing for other libraries like rocSPARSE, rocBLAS, etc...

We typically do not patch old version of the code we simply encourage folks to get newer versions with fixes. This would not help with Trilinos unless you build against...

In `~/.gitconfig` you can add to the following: ``` [format] signoff = true ``` That should automatically apply the signoff for you on all your commits, that's how I handled...

Thanks @ndellingwood this is what I see on Aurora as well so that makes sense.

@prateekchawla168 the raja perf tests support was experimental and never got to a stable stage, we should really just remove it actually. Now we are using google perf test and...

@hkthorn sorry for not checking with you earlier, we made changes in PR #2786 that hopefully resolved your issue. Let us know if that's not the case?

This builds fine in my PR rebased on develop so I would say from the STK code point of view this works well for me. Regarding the tribits integration if...

I believe this got resolved, please re-open if not.