Live data from Hacker News

Viewing profile — dgasmith

dgasmith

HN member
Joined
Tue, Jan 02, 2018, 4:29 PM UTC
HN karma
6
Public activity
4 items

About dgasmith

No profile information was provided.

Recent public activity

  1. comment
    Comment #30973445

    The looped matrix multiply that you show is very hard to optimize for in the general case of einsum. Often the looped GEMM is found permuted such as `kbi,kjb->bij`. In this case, h…

  2. comment
    Comment #21107818

    The article was a bit light on hard values, does anyone have good sources? Googling, main pages which come up seem to indicate the impact is only ~15% of total GHG emissions [1][2]…

  3. comment
    Comment #18979707

    Note that `opt_einsum` is no longer fully merged with NumPy (and likely will not be) as we now support a wider range of inputs, backends (TensorFlow, Dask, etc), and more powerful …

  4. comment
    Comment #17638960

    Is there a compare and contrast of this editor against other similar efforts such as Jupyter?