Live data from Hacker News

Viewing profile — pythomancer

pythomancer

HN member
Joined
Tue, Aug 01, 2023, 11:01 AM UTC
HN karma
6
Public activity
2 items

About pythomancer

No profile information was provided.

Recent public activity

  1. comment
    Comment #45828216

    (author here) check_brackets_bt is actually exactly the algorithm that Raph mentions

  2. 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…