ErnestChan
ErnestChan
Thanks for the quick reply! This is on `Ubuntu 22.04.1 LTS` profiling python3.8. If the code should work on Ubuntu do you have pointers on how to debug why it...
Yep I can do that. At first I thought the graph may be an issue to but then I checked the result of the compiled model vs eager and the...
@jon-chuang it looks like there are actually more issues if there is more than one bucket. Here's an updated repro: ```Python from types import SimpleNamespace import torch import torch.nn as...