powderluv

Results 188 comments of powderluv

yup agreed. just wanted a place to capture everyone's thoughts how it would look for whenever we get to it. Ah I hadn't thought of compile_commands.json for vscode as I...

I assume we will also add the python wrapper to point to the custom ops from python ?

just use the "Oneshot build" and select the `pypi-release` branch. It will do a full build for you and do a release.

For the large file issue -- we can comment out auditwheel for now and see if you can upload it. Auditwheel copies the dylibs from pytorch so the file size...

How about : `torch-mlir` depends on C++ libraries that are included as part of its wheel to be able to provide maximum compatibility flexibility for the end users.

some data points: ``` anush@MacBook-Pro torch-mlir % gh api \ -H "Accept: application/vnd.github+json" \ /repos/llvm/torch-mlir/actions/cache/usage { "full_name": "llvm/torch-mlir", "active_caches_size_in_bytes": 12875838677, "active_caches_count": 38 } ``` and ``` anush@MacBook-Pro torch-mlir % gh...

so looks like we are loading really old caches in -- instead of the most recent cache that is uploaded. https://github.com/llvm/torch-mlir/runs/8129353328?check_suite_focus=true restored from `ccache-Linux-torch_mlir_build_assets-ubuntu-x86_64-out-of-tree-OFF-2022-08-31T10:06:34.866Z` instead of the immediately preceding https://github.com/llvm/torch-mlir/actions/runs/2968703997...

I am ok with the change from `mv` to `cp -r` to see if it helped. I actually did that change from the original Pytorch to avoid copying and just...

Ahh we added that path to support local customer forks of Pytorch source builds.

I think the same disk being attached is remote -- however I do think it is worth trying this out in case the `mv` vs `cp` has some impact. Originally...