Files
apache--tvm/python
Luke Hutton f6ddd52dc0 [microNPU] Expose compute cycle annotations to TIR lowering (#11288)
* [microNPU] Expose compute cycle annotations to TIR lowering

Adds an AttrSttmt "compute_cycles_hint" to each NPU operation for later
passes to consume.

Change-Id: I09779bdab6de6ef2094db610bb20d6e052e68ee3

* compute_cycles->compute_cycles_hint

Change-Id: Iebd71e699522e92a28fd321ffdb41ed7924db4e0

* add test to check annotations in compilation flow

Change-Id: Idcdcc8c8b5536c4732f297246b71aa8378a2732c

* add compute cycles hints for copy operations

Change-Id: I007ba19732e16081fa2ea9baca40c64a653c93cf

* fixing annotations for copies and improving test coverage

Change-Id: Ib812c4151fab03f4c1adcc016b4e798003a22e5e

* rebase

Change-Id: I653101908706096ae25ad1ebf08e7b6c4f1196c7
2022-05-26 12:21:22 +01:00
..