driazati commented on code in PR #13679:
URL: https://github.com/apache/tvm/pull/13679#discussion_r1064381792


##########
apps/benchmark/README.md:
##########
@@ -127,3 +128,16 @@ Build TVM with LLVM and ROCm enabled. 
[Help](https://tvm.apache.org/docs/install
 ```bash
 python3 gpu_imagenet_bench.py --model gfx900 --target rocm
 ```
+
+### Adreno GPU
+
+Adreno benchmarks are automated over the docker - 
[ci_adreno](https://github.com/apache/tvm/blob/main/docker/Dockerfile.ci_adreno).
+Adreno docker share the Android devices from host. It is adviced to have host 
adb version same as docker, which is ```1.0.41```
+
+Below command runs all the benchmarks over given Android device.
+```bash
+export ANDROID_SERIAL=<ADB ID>
+./tests/scripts/ci.py adreno -b

Review Comment:
   It's not an access issue, the adreno Docker image was never added to the 
[tlcpack docker hub](https://hub.docker.com/u/tlcpack) so there is nothing to 
download. You'll need to build the image locally (`bash docker/build.sh 
ci_adreno`) or fix it so adreno is uploaded along with the other images.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to