Luc Berger
Luc Berger
Sure
Then we probably want to have an if statement to check for `beta == 0` and call `Kokkos::deep_copy(y, 0);` in that case
@brian-kelley @e10harvey I have given this a looks and it seems reasonable but feel free to add more comments for changes, I don't mind making required adjustments so we can...
@ndellingwood the PR above should fix the CUDA side of the problem. I will test it on the Blake oneAPI build and see if that cleans things up there as...
Okay, so far not seeing the CUDA error this morning, let us wait until the afternoon for potentially late tests finishing later but this looks like a promising start. I'll...
Okay PR #2110 just merged so let's keep an eye on this. I plan on making a bigger subsequent PR that will address all of the BLAS kernels so that...
@ndellingwood this should be resolved now, I did not see the error come up in last night's build. One more thing though, I am adding PR #2112 to generalize the...
Okay, PR #2112 has merged now, let us see if we see improvements in our nightly build on Blake. I think some should have quite a few unit-test passing now!
@maartenarnst sorry for the slow comment here... why not use a non qualified name instead of using this fully qualified one since we are in the same namespace? I think...
I opened PR #2134 that fixes the issue in a way that I find cleaner, let me know if you have an issues closing this?