Viewing profile — pythomancer
pythomancer
HN member- Joined
- Tue, Aug 01, 2023, 11:01 AM UTC
- HN karma
- 6
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About pythomancer
No profile information was provided.
Recent public activity
-
comment
Comment #45828216
(author here) check_brackets_bt is actually exactly the algorithm that Raph mentions
-
comment
Comment #42344577
In BLAS terminology this is usually called CGEMM (for single precision) or ZGEMM (for double precision). Both cuBLAS and rocBLAS support ZGEMM, and the latter is open source. rocBL…