Masaki Kozuki
Masaki Kozuki
I think the two below worth adding to somewhere, maybe https://github.com/Lightning-AI/lightning-thunder/blob/main/docs/source/reference/dynamo/index.rst - https://github.com/Lightning-AI/lightning-thunder/blob/5bdf5bc9f6805d19f5cbb152e24ed300cc109a28/thunder/dynamo/report.py#L1282 - https://github.com/Lightning-AI/lightning-thunder/blob/5bdf5bc9f6805d19f5cbb152e24ed300cc109a28/thunder/dynamo/report.py#L1205 cc @borda @lantiga
## What does this PR do? Adding a check of the consistency aforementioned in the title. related: - https://github.com/Lightning-AI/lightning-thunder/issues/2068 - https://github.com/Lightning-AI/lightning-thunder/issues/1983 - https://github.com/Lightning-AI/lightning-thunder/issues/1952
## 🐛 Bug networkx seems to fail to complete min cut for an MLP with two torchao.float8 linears and GELU, bf16. The script below works when dtype is float32. If...
## 🐛 Bug For the second sample https://github.com/Lightning-AI/lightning-thunder/blob/2d1b36fe7c76e7f3318df7ba8de31ab19e97ed7a/thunder/tests/opinfos.py#L3700-L3706, Thunder generates a trace whose shape information is different from runtime results. ### To Reproduce #### Code sample ```python import torch import...
## What does this PR do? Let nvfuser executor run `take` and `take_along_axis`. Also, remove the skipif decorator as the min nvfuser version is now 0.2.8 > 0.0.3 as per...
*Note*: If you have a model or program that is not supported yet but should be, please use the program coverage template. ## 🐛 Bug If traces include one or...
This would be the first step to support build backends other than setuptools and make setup.py a little bit independent of the backend. With this we would be able to...
To support `python -m build` better, it might be worth supporting env vars to specify custom cuda extensions to build. Currently, it's possible as well using `--config-setting` option as per...