ROCm / MITuna

MIT License
7 stars 0 forks source link

Initial rocMLIR support in Tuna #925

Closed pcf000 closed 11 months ago

pcf000 commented 1 year ago

First batch of code for rocMLIR support in Tuna. It encompasses most if not all of rocMLIR ticket #984, which itself incorporates eleven smaller tickets; it's the second step in rocMLIR ticket #910.

It's midway in complexity between example and miopen. I can run convolution tuning in a fairly controlled environment on a lockhart node and it all works. I've run the recommended pylint (including rocmlir/*.py).

There are two commits; one is mostly typo correction and improvements to the documentation that I stumbled across.

pcf000 commented 1 year ago

@cderb , can you suggest a second reviewer? Thanks.

pcf000 commented 1 year ago

Dammit, forgot yapf. I'll fix that.

pcf000 commented 1 year ago

coverage

Yep, there it is. I'm looking at the existing tests and may be able to address that.