I’m trying to do auto-tuning with Adreno 630. Although there was a similar question (Autotune error with Qualcomm Adreno), my error is different and the given solution doesn’t work. The following is one debug message of multiple trials.
Hi @thkim, can you try with the “opencl --device=mali” target and see if you are able to autotune? The issue might be related to using the cuda winograd schedule.
Thank you for your reply @csullivan. Unfortunately, I was not able to autotune with the “opencl --device=mali” I didn’t include -device option because I’m using Adreno gpu. For reference, I’ve tried the following conditions:
I’ve used my desktop that doesn’t have GPU. I think it makes some problem with the autotuning process. Is it correct? Currently, I’m trying to use my laptop including GEFORCE RTX 2060. There is an issue with using my GPU driver in the TVM docker. If you’ve made the environment to use GPU driver in the TVM docker, could you give me some tips?
It seems that the android toolchain file has problems. I’ve just followed this link (tvm/apps/android_rpc at main · apache/tvm · GitHub) to generate a standalone toolchain, but it’s targetting the CPU, not GPU. I think the problem is from the standalone toolchain file considering the error messages. What standalone toolchain file did you use?