I'm trying to do some autotuning with MicroTVM RISC-V Spike. It seems like the current implementation will write input arrays to the device over OpenOCD, which is prohibitively slow when the input gets bigger (e.g. 512x512 `int8` arrays). To my understanding, we should be able to omit the data copy as they're not crucial for getting the correct performance reading. Is there a way to do this?
@weberlo would you please take a look at this? I'm trying to get the RISC-V Spike flow complete, after which I would continue with testing on a Rocket Chip system on FPGA. Thanks! --- [Visit Topic](https://discuss.tvm.ai/t/do-not-write-tensor-data-in-microtvm-with-autotvm/6109/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/4b0d98161d69ac3317b0b5a0ae21e075f021916487d6394fa920b571a14b140c).