mirror of https://github.com/llvm/torch-mlir
Clean up Autogen (#1112)
* Remove unnecessary sed in autogen * Remove .pyc files frrom VCSpull/1125/head
parent
368963243e
commit
425362263b
|
@ -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.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue