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.

Show HN: Portable matrix multiplication library

15 pointsby webdvaover 6 years ago

3 comments

Boxxedover 6 years ago
You might consider looking into putting the matrix elements onto the heap with malloc -- that way you won&#x27;t limit the matrices to MAX_ELEMENTS and you also won&#x27;t waste lots of space for small matrices.<p>It&#x27;ll complicate the usage a bit (you&#x27;ll have to add allocate and free functions) but it&#x27;s a good pattern to learn.
评论 #17890935 未加载
programmarchyover 6 years ago
There’s not many tests. Why not just use a BLAS implementation like OpenBLAS and use gemm?
评论 #17890321 未加载
webdvaover 6 years ago
Thought I could get some feedback here, that is, one is welcome to provide feedback.
评论 #17890167 未加载
评论 #17890330 未加载