Jerry Wu

Results 56 comments of Jerry Wu

For the first class, maybe we can try other compression formats, like LZMA2 (.xz)? I randomly tested the parallel LZMA2 compression (`XZ_DEFAULTS="-T 32" tar --xz -cf a.tar.xz iree-build`) with 32,...

Sorry I missed the mail. I'll take a look. But from the first glimpse, ` tensor.extract %2[%c0, %42, %44, %9]` is using 2 computed indices (%42, %44) to get the...

Looks like those `tensor.extract` come from `tosa.resize` https://mlir.llvm.org/docs/Dialects/TOSA/#tosaresize-mlirtosaresizeop, which is the hard case we want to handle in the original plan

One of the low-hanging fruit is adding the canonicalization pattern for the identity tosa.resize for the op below: ```mlir %233 = "tosa.resize"(%232) {mode = "BILINEAR", offset = [0, 0], offset_fp...

> I was implementing something similar too at #10442 :p > > I don't think there is a `build-benchmarks/benchmark_suites/iree-*` object. The benchmark_suites currently has two subdirectories, `TF` and `TFLite` >...

> > > I was implementing something similar too at #10442 :p > > > I don't think there is a `build-benchmarks/benchmark_suites/iree-*` object. The benchmark_suites currently has two subdirectories, `TF`...

I double checked the benchmark flags, are we missing the `"--iree-flow-enable-fuse-padding-into-linalg-consumer-ops"` for ARMv8 local-sync benchmark? (line 255)

Unassigned myself as I don't have time recently to work on this P1 issue

I feel like this might be the same crash I had a few days ago (and I didn't have time to report yet...) https://github.com/iree-org/iree/runs/8106730809 ``` [ RUN ] TaskWaitTest.WaitAllTimeout ThreadSanitizer:DEADLYSIGNAL...

I wasn't actively working on #8905 since it was at low priority. Taking a look at it again to see if I can fix it and reassign it if I...