Matrix multiplication with FLOAT textures benchmark

WebGL2 based NxN matrix multiplication C = A x B demo with FLOAT textures benchmark. Fixed random A, B 4096x4096 buffers are used for calculations, therefore You can set new N value (up to N=4096). it - number of iterations. FLOPS = 2 N3it / time. Two random CGPU and CCPU are shown.

calculating
N= it=

GeForce GT 710     5 GFLOPS (N=2048).
Intel Atom Z3735F   0.78 GFLOPS (N=1024).


SGEMM in WebGL2-compute     updated 26 Mar 2019