CindyLiu

Results 18 comments of CindyLiu

We can add the run test to see they don't crash. However, the numerical value check may not be feasible until https://github.com/iree-org/iree/issues/9796 is addressed.

I tested with the examples in https://github.com/hcindyl/iree-rv32-springbok/ and all tflite/mlir models passed.

Will close the issue once the commit lands in the candidate release.

The commit landed in https://github.com/iree-org/iree/releases/tag/candidate-20220816.237

I was implementing something similar too at https://github.com/iree-org/iree/pull/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` Also, I found that...

> > 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`...

Oh, and we would need to archive all the flagfiles too (unless that part is also changed), otherwise we can't tell from one compile config to another based on the...

> > > > 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...

> > > > > 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...