Hello,
I’m new to CUDA and I am writing a matrix multiplier. It works as expected. However, I came across CUBLAS and thought it would be much wiser to use it instead. I’m not a math whiz, so reading the docs doesn’t make a lot of sense to me. Is there a function to multiply 2 matrices together, or a matrix and a vector? I don’t need to do any transformations or anything fancy - just simple matrix multiplication.
Thanks,
-Andrew