Live data from Hacker News

Viewing profile — zdevito

zdevito

HN member
Joined
Wed, May 08, 2013, 12:59 AM UTC
HN karma
61
Public activity
5 items

About zdevito

No profile information was provided.

Recent public activity

  1. comment
    Comment #43999149

    I tried to do something similar with 'first-class' dimension objects in PyTorch https://github.com/pytorch/pytorch/blob/main/functorch/dim/R... . For instance multi-head attention …

  2. comment
    Comment #35708014

    When developing PyTorch, we also run into a lot of mixed Python/C++ language situations. We've recently been experimenting with in-process 'combined' Python/C++/PyTorch 2.0 stack t…

  3. comment
    Comment #5703581

    One of our design goals was to make sure terra could execute independently of Lua. So everything that you describe is possible. For instance our simple hello world program ( https:…

  4. comment
    Comment #5703229

    Yes! One of the benefits of making sure that Terra code can execute independly of Lua is that you can use multi-threading libraries pretty much out-of-the box. For instance, we hav…

  5. comment
    Comment #5703155

    Author here. You're right that we designed Terra primarily to be an enviornment for generate low-level code. In particular, we want to be able to easily design and prototype DSLs a…