plaidml/tpp-mlir

Implement `perf.bench` parser/printer

Closed this issue · 1 comments

As exposed in #45, using assembly format with variadic results is what crashes GCC.

Looking at all the other upstream ops that use variadic results, only the simpler ones use assembly format.

We should look into writing our own parser/printer pair and see if that fixes it.

If it does, then VNNI would be the only remaining crashes, and once it's removed (in #389), we can re-enable the GCC build.

@adam-smnk