TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

General Matrix Multiplication(on the GPU) Using WebGL2

4 pointsby mrv_asuraalmost 2 years ago

1 comment

mrv_asuraalmost 2 years ago
I wish I had put more benchmarks in the articles to show its application and how it performs. I had some interesting findings on the performance differences between CPU(unrolled, transposition before matmul etc), GPU and also simd code using WebAssembly. I hope to put in another article as this blog was already too long.