Hacker News new | ask | show | jobs
by zdevito 1146 days ago
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 traces to make it easier to understand where code is executing (https://dev-discuss.pytorch.org/t/fast-combined-c-python-tor...).
1 comments

Funny, I was going to post this, but the horse's mouth is even better ;)