Skip to content

Commit

Permalink
Bump the shape lib to match the upstream functions currently in PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
qedawkins committed Aug 17, 2022
1 parent fde390c commit 121c755
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 124 deletions.
2 changes: 1 addition & 1 deletion build_tools/update_shape_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ fi

PYTHONPATH="${pypath}" python \
-m torch_mlir.dialects.torch.importer.jit_ir.build_tools.shape_lib_gen \
--pytorch_op_extensions=${ext_module} \
--pytorch_op_extensions=${ext_module:-""} \
--torch_transforms_cpp_dir="${torch_transforms_cpp_dir}"
Loading

0 comments on commit 121c755

Please sign in to comment.