Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
PyTorch Custom Operation | Dark Hacker News
PyTorch Custom Operation
(leimao.github.io)
16 points
by
eigenBasis
5 days ago
| 3 comments
fooblaster
50 minutes ago
|
next
[−]
hmm, dynamo did not support torchbind last time I looked. when did support for torchbind get added? I need to know what version of torch to upgrade to.
Evidlo
2 hours ago
|
next
[−]
Aren't there other options for custom PyTorch operators before going so low-level as CUDA C++, like using Jax or CuPy?
dayeye2006
2 hours ago
|
next
[−]
neat -- how to add pt2 support and how to allow fusion of your custom ops with normal ops by inductor?