Skip to content

Commit

Permalink
Update symbolic_shape_expr_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkhandelwal1 authored Oct 15, 2024
1 parent 36273a9 commit bcfb35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/fx_importer/symbolic_shape_expr_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def forward(self, x, y):


@run
# TODO: Enable this checks once the IR generated is same for both nightly and stable Torch version.
# TODO: Enable these checks once the IR generated is same for both nightly and stable Torch version.
# C_HECK-LABEL: test_outer_with_squared_shape
# C_HECK: func.func @main(%[[ARG0:.+]]: !torch.vtensor<[?],f32>) -> !torch.vtensor<[?],f32> {
# C_HECK: %[[S0:.+]] = torch.symbolic_int "s0" {min_val = {{[0-9]+}}, max_val = {{[0-9]+}}} : !torch.int
Expand Down

0 comments on commit bcfb35c

Please sign in to comment.