| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add Windows build workflow in the CI. (#4041) 1. Adds a workflow to trigger windows build in the CI similar to the existing one for Linux to address the build CI request captured in https://github.com/llvm/torch-mlir/issues/3985 2. Only non-python based LIT unit tests are enabled in the workflow due to failures reported in https://github.com/llvm/torch-mlir/issues/4040 3. The CI is only run against torch-nightly since python based tests are disabled. My understanding is that without the python based tests there's no need to run against the stable version too. If that's not the case, will enable stable as well. Tested that both nightly and stable versions work fine: https://github.com/sahas3/torch-mlir/actions/runs/13477124004 | 1 年前 | |
Integrate LLVM at b0b70577610ec65606b27ec8992ef0350e78a6a8 (#4049) Update LLVM to https://github.com/llvm/torch-mlir/commit/b0b70577610ec65606b27ec8992ef0350e78a6a8 This commit replaces the use of the buffer-deallocation pass with the buffer-deallocation-pipeline as specified here: https://discourse.llvm.org/t/psa-bufferization-new-buffer-deallocation-pipeline/73375#migration-guide-1. Also, this commit disables the failing sparsity tests. TOSA Updates Summary: 1. [TOSA] Update tosa.clamp's min/max pair * Update tosa.clamp's min and max according to TOSA 1.0 spec: https://www.mlplatform.org/tosa/tosa_spec.html#_clamp * Update LIT tests 2. [TOSA] Update tosa.resize's scale, offset, border as inputs * In TOSA 1.0, tosa.resize's scale, offset, and border are inputs with !tosa.shape type * Update LIT tests --------- Signed-off-by: Vivek Khandelwal <vivekkhandelwal1424@gmail.com> Co-authored-by: Justin Ngo <justin.ngo@arm.com> | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 |