Evan Harvey

Results 100 comments of Evan Harvey

> 1. For ARMPL's BLAS, could you please also enable `KOKKOSKERNELS_ENABLE_TPL_BLAS` in the `KokkosKernels_config.h` when `KOKKOSKERNELS_ENABLE_TPL_ARMPL` is defined, so that we can use the current BLAS TPL support in Kokkos...

@lucbv: I can look at this on Monday.

@cwpearson: Thanks for putting this together. I think either approach is reasonable. Another approach would be to split up the common hpp files into declarations and definitions (`_decl.hpp` and `_impl.hpp`)....

> It seems to me that the structures `SerialTrmmInternal*` duplicate the code for covering the conjugate and the non-conjugate case. > Do I understand correctly? Yes. It is my understanding...

> The file `KokkosBatched_InnerGemmFixC_Serial_Impl.hpp` is 1600 lines long. I was hoping to limit any duplication. I could pass a template parameter different from `ValueType (*opA)(ValueType)`. Could it be `Trans::NoTranspose` and...

> Do you have any idea how to fix the problem? I believe this is an artifact of using function pointers. I think you're pointing to a function in the...

Implicit type casting should always upcast to `float` in this case. Where are we explicitly down casting in scal or axpy?

> If that is indeed the correct link, then I can't access it. Can we make sure that results are getting posted to a location that all developers can see?...