Skip to content

oneMKL only has dgmm_batch variant: doesn't map to cublas #562

Open
@pen-and-papers

Description

@pen-and-papers

cublas does not have a specific batch variant of dgmm, it only has cublas<t>dgmm(), see https://docs.nvidia.com/cuda/cublas/#id10
However oneMKL only supports the "batch-style" dgmm_batch interface

This is probably one reason why the cublas backend to oneMKL has no implementation for any dgmm functions. I'm not sure how widely used dgmm 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionA request for more information or clarification

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions