powderluv

Results 56 issues of powderluv

Upstream issue is here: https://github.com/llvm/torch-mlir/issues/853 **Workaround:** ``` # Replace shark_venv with whatever your venv is cd shark_venv/lib/python3.10/site-packages/torch_mlir/.dylibs rm *.dylib ln -s ../../torch/lib/libc10.dylib ln -s ../../torch/lib/libshm.dylib ln -s ../../torch/lib/libtorch.dylib ln -s...

### What happened? creating vulkan image: OK Module loaded, have exported functions: 0: 'forward' with calling convention '0r_r' 1: '__init' with calling convention '0v_v' Context with modules is ready for...

bug 🐞
hal/vulkan

### What happened? When building on Windows11 with clang-cl (as part of VS community 2022) we fail with ``` cmake -GNinja -BE -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DLLVM_HOST_TRIPLE=x86_64 -DRUN_HAVE_STD_REGEX=0 -DRUN_HAVE_POSIX_REGEX=0 ``` ``` FAILED:...

bug 🐞
infrastructure
platform/windows 🚪

Now that the CI is mature we can turn on auditwheel in the nightly builder and publish to PyPi. Someone with admin rights (@silvasean or @dellis23 or @stellaraccident ) will...

Investigate why we have ccache invalidation (especially when building from source) in the CI. TODO: test local behaviour of ccache for a days worth of PyTorch changes and validate we...

We recently added docker support to build CI images and Release images on your local system. It would be great to understand what the community would like to see in...

Before: 2hr 15m https://github.com/llvm/torch-mlir/actions/runs/2955716430 after: varies but sometimes times out at 6hr. and may pass on a re-run.

When running on systems with 64+ cores you can run into issues with tests trying to spawn cpu_count * 1.1 threads. https://github.com/llvm/torch-mlir/blob/f245613b71b82eb2ad7ead22ef3499ebcd925a92/python/torch_mlir_e2e_test/torchscript/framework.py#L334 ``` During handling of the above exception, another...