algorithm complexity

Hi,

I am using cuda in my under graduation, but my advisor ask me about the complexity of the function Cublas Sgemm.
Anyone knows where i can find the answer?

best regrats

CUBLAS mattrix-matrix multiply routines have the same algorithmic complexity as any other matrix-matrix multiply routines (ie the NETLIB BLAS). With that as a starting point, the answer shouldn’t be too hard to find or derive yourself, I would have thought.