Thomas Viehmann

Results 227 comments of Thomas Viehmann

After #954 we get `def computation(x, t_0_1, t_0_2, t_0_3, t_0_4, t_0_5, s):` in the example.

At first glance, I would probably try making a lookaside for `make_viewless_tensor` that is a no-op. I don't think we want to model `_base` and probably even less so for...

Playing with this, are you sure that `.detach()` is not enough (in recent versions of PyTorch at least)? ``` import torch print(torch.__version__) a = torch.randn(100, 100) # 2.4.0+cu124 b =...

Would it be possible to re-run this? We have had a lot of fixes around the unpacking of signatures and I would hope that this is fixed or we get...

Thank you @IvanYashchuk The underlying issue is "need lookaside for zip in interpreter".

Seems that this is a good issue for someone who wants to take a look at our great Python interpreter (`thunder/core/interpreter.py`), it's not trivial but should be relatively self-contained.

Hi @Nachiket18 , great! So the main issue here seems to be that we would want the Thunder Python Interpreter to be able to "see through" zip (i.e. link the...

Very interesting and exciting, thank you for working on this! > The details of what exactly the interface of this symbol should be are not clear. Maybe the subsymbols of...

Seems to be superseded. Please reopen if you disagree.