Denys Shabalin

Results 8 comments of Denys Shabalin

@ematejska Can you please look into removing `TFE_InferShapes` as well?

Hi @karwa, any updates on splitting this change as requested by @compnerd earlier in this thread?

Hi @marcrasi, thanks for raising this issue, we need to do a 0.1 release soon!

I've had at a look at [google/benchmark's compare.py](https://github.com/google/benchmark/blob/master/docs/tools.md#comparepy) and it looks like it's not flexible enough to support our user-defined columns. So we should do our own comparison script: *...

Internal consensus decided to drop the current local_search implementation for the time being. The only coupling that still remains is that we still have variables declarations which are not used...

@giuseros Do you think you'd be interested in merging the efforts here to have a common OpenTuner-tunable infrastructure? Are there any other blockers apart from #93, #94, #95 that would...

@giuseros If you look at [examples/matmul/bench.py](https://github.com/google/iree-llvm-sandbox/blob/main/python/examples/matmul/bench.py) you'll see a few key things that you need to build an equivalent of your snippet. `test_harness` is roughly equivalent of `call_program` in your...

@giuseros Great! Let me know if there is anything else that blocks your progress -- I'd be happy to help to push this forward.