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.
I’ve followed Deploy the Pretrained Model on Android — tvm 0.8.dev0 documentation and Auto-tuning a Convolutional Network for Mobile GPU — tvm 0.8.dev0 documentation. Currently, I’ve run a TVM-built model and an autotuned TVM-built model on Galaxy S9 CPU, and a TVM-built model on Galaxy S9 Adreno GPU.
My target and host setting are: target = tvm.target.Target(“opencl”) target_host = “llvm -mtriple=arm64-linux-android”
Thanks!