kunzmi / managedCuda

ManagedCUDA aims an easy integration of NVidia's CUDA in .net applications written in C#, Visual Basic or any other .net language.
Other
440 stars 79 forks source link

gemmStridedBatched Support #60

Open dennisai opened 6 years ago

dennisai commented 6 years ago

Hi, I looked through the CuBLAS API and discovered a method called gemmStridedBatched.

https://docs.nvidia.com/cuda/cublas/#cublas-lt-t-gt-gemmstridedbatched https://devblogs.nvidia.com/cublas-strided-batched-matrix-multiply/

There does not appear to be a wrapper of this method in ManagedCuda, is this something that can be supported in the future?

kunzmi commented 6 years ago

It seems that I missed that one... It's only implemented in the native methods part. I'll add it to CudaBlasHandler.cs. Anything else missing?

Cheers, Michael

dennisai commented 6 years ago

I see, nope, not that I'm aware of right now!