Big Matrix Multiplication(Heavy Calculation)
Hi team,
After my model running, I am able to get the output which needs to be multiplied by a big matrix. I thought that if I fetch this array as a texture into the "Material Editor" side, I could do some fast big matrix multiplication like a compute shader but there is no such module in there.
Can you let me know how I can do GPU based calculation for this?