Vitis-AI Integration: How to use both DPU cores?

Hi @jtuyls/@mak ,

As current DPU bitstream file has two cores. How many cores default TVM workflow used ? both dpu cores? if not how to specify core index(coreMask) in TVM workflow?

This will help us to use full FPGA resources.

Thanks and Regards, Raju

Here is my guss:

How to optimize GEMM on CPU — Parallel.
Follow above link you will find out how TVM optimize computation by Parallel.
Maybe use two cores is same way.

Hi @fantasyRqg,

Thanks for your reply on this. I quickly look at the reference link and I am not sure TVM+ Vitis workflow uses the entire TVM native optimisation and FPAG CUs scheduling and all.

@jtuyls/ @mak , Please comment on this?

Thanks and Regards, Raju