torch-mlir icon indicating copy to clipboard operation
torch-mlir copied to clipboard

[Doc] Fix typo + python_package build location change

Open jiangqucheng opened this issue 2 years ago • 1 comments

Based on the instructions above in Development.md, the build result of Python packages "torch_mlir", and "torch_mlir_e2e_test" didn't show up in pwd/build/python_packages/torch_mlir, but in another location that I added. I found this path has been changed quite often in recent commits. To keep safe, both paths are kept. I have tested, and adding both locations at the same time won't hurt. Also, change typo "tpython_packages", and add hyphens.

jiangqucheng avatar Dec 16 '23 10:12 jiangqucheng

I think we should probably fix the underlying problem in cmake that is causing the divergence of paths for different users. Can you two confirm the build command you use so we can triage? From what I understand, its an issue with out of tree llvm builds?

dan-garvey avatar Dec 20 '23 21:12 dan-garvey