Dheeraj Peri
Dheeraj Peri
@HelloShirleyHello Can you address the review comments and fix the tests ?
@bowang007 Is this support already in the master ? https://github.com/pytorch/TensorRT/blob/master/core/partitioning/shape_analysis.cpp#L231-L259
> holler if you need help fixing ci problems Yes. That would be very helpful. 1) Currently I pushed a commit to fix linter issues. I ran `lintrunner --force-color -a...
> seems like just silly ci errors right now It seems so. The error is as follows ``` ERROR RUNNING GUARDS my_dyn_fn /home/dperi/Downloads/my_fork/pytorch/test/dynamo/test_misc.py:7106 lambda L, **___kwargs_ignored: ___check_global_state() and ___check_type_id(L['a'], 94252923105904)...
@ezyang Thank you for the detailed explanation. As per your comment, ``` So I feel maybe the easiest thing to do, is to just store the min/max range on a...
Hello @ezyang looks like the CI fails with build issues now (the operations got cancelled). Can you please provide any assistance in fixing them ?
Currently there are some build failures in the tests and the `test_mark_dynamic_with_ranges` fails with ``` torch._dynamo.exc.InternalTorchDynamoError: failed when running event: event: _create_symbolic_sizes_strides_storage_offset ([, (8, 3, 3), (9, 3, 1), 0,...
@pytorchbot label "release notes: dynamo"
Thank you for all the help @ezyang
@andi4191 There was a problem with CI. I re-triggered it to verify if the latest changes fixed it.