Viewing profile — zdevito
zdevito
HN member- Joined
- Wed, May 08, 2013, 12:59 AM UTC
- HN karma
- 61
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About zdevito
No profile information was provided.
Recent public activity
-
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 …
-
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…
-
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:…
-
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…
-
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…