clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
843 stars 237 forks source link

Feature request: Add support for batched operations #277

Closed byfron closed 8 years ago

byfron commented 8 years ago

Is there any plan to implement batched operations similar to the cublas interface? I'm working with several small matrices and I'd love to use something like cublasSgemmBatched in clBLAS.

Thanks!

guacamoleo commented 8 years ago

For clBLAS, no. But for our next-generation gpu BLAS library, yes. It should be released within the next few months.