nod-ai / iree-amd-aie

IREE plugin repository for the AMD AIE accelerator
Apache License 2.0
69 stars 30 forks source link

Uncompiled file: remove or fix cmake? #886

Closed newling closed 1 week ago

newling commented 1 week ago

@makslevental please advise

Background: I/we want to make a semi-standalone cpp file which doesn't use XRT for benchmarking kernels, ie something we can get CI without hacking print statements in https://github.com/nod-ai/iree-amd-aie/blob/9b0582f3cc7e04b9f1747e115e2ee43225ab77f0/runtime/src/iree-amd-aie/driver/xrt-lite/direct_command_buffer.cc#L193 with which we can monitor matmul performance. This file looks like the right direction (or does it?)

newling commented 1 week ago

set(ENABLE_XRT_LITE_CTS_TESTS ON CACHE BOOL "")

Huh, ok.

makslevental commented 1 week ago

https://github.com/nod-ai/iree-amd-aie/pull/858