Clean up Autogen (#1112)

* Remove unnecessary sed in autogen

* Remove .pyc files frrom VCS
pull/1125/head
Jae Hoon (Antonio) Kim 2022-07-27 09:34:35 -04:00 committed by Henry Tu
parent 368963243e
commit 425362263b
5 changed files with 0 additions and 10 deletions

View File

@ -441,16 +441,6 @@ class GenTorchMlirLTC:
lazy_ir_generator=GenMlirLazyIr,
)
# Remove lazy_tensor_core imports
subprocess.check_call(
[
"sed",
"-i",
"/lazy_tensor_core/d",
str(self.generated_path.joinpath("LazyNativeFunctions.cpp")),
]
)
def __call__(self):
self.generate_native_functions()
self.generate_shape_inference()

Binary file not shown.

Binary file not shown.