oneMKL only has dgmm_batch
variant: doesn't map to cublas
#562
Labels
question
A request for more information or clarification
dgmm_batch
variant: doesn't map to cublas
#562
cublas does not have a specific batch variant of
dgmm
, it only hascublas<t>dgmm()
, see https://docs.nvidia.com/cuda/cublas/#id10However oneMKL only supports the "batch-style"
dgmm_batch
interfaceThis is probably one reason why the cublas backend to oneMKL has no implementation for any
dgmm
functions. I'm not sure how widely useddgmm
is, but I'm guessing since it is a core blas algorithm it should probably be supported.Is there a reason why there is only the batch style variant of
dgmm
in oneMKL?Thanks
The text was updated successfully, but these errors were encountered: