Andrew T. Barker
Andrew T. Barker
@gajanan-choudhary Thanks for your explanation, that makes a lot of sense. My only remaining concern would be to make sure that the actual data in the `dense_matrix_handle_t` is transparent to...
It is maybe worth pointing out that [gemm_bias](https://oneapi-src.github.io/oneMKL/domains/blas/gemm_bias.html) does support integer precisions, so it can be used with `ao`, `bo`, and `co` set to zero. See also #466 which is...
It looks like it is skipping the batch tests, but the added omatcopy and omatadd tests are passing. That's fine, we can leave the batch versions unimplemented for now and...
The CI doesn't like the way the edits are formatted. Can you check `clang-format` again and make sure you're using the "correct" version 9.0.0 (yes, that's an old version, but...
@AlexeySachkov Thank you for reporting this. Do you have a suggestion for how to accomplish what we are doing here in some other way?
> @andrewtbarker Will you be able to help with this review? Sure, I will take a look.
> @Rbiessy @AidanBeltonS AFAIK, there should not be any issues with missing symbols with 2024.1. This version has been in CI for a while now. I would suspect it can...
> MKL has some failing tests due to tolerating which I am investigating further. It looks like `dotc` and `dotu` have segfaults in your tests. Initially I think this is...
> Does anyone have any recommendations on how they would like to see this handled? If, as we suspect, the CPU backend is doing accumulation in double while the GPU...