[BENCHMARKS][ADRENO] Documentation for Adreno (Texture) benchmarks#13679
Merged
masahi merged 1 commit intoapache:mainfrom Jan 3, 2023
Merged
[BENCHMARKS][ADRENO] Documentation for Adreno (Texture) benchmarks#13679masahi merged 1 commit intoapache:mainfrom
masahi merged 1 commit intoapache:mainfrom
Conversation
2e86df4 to
cdb1c72
Compare
Collaborator
Steps to teproduce Adreno (Texture) benchmarks via adreno docker on given device.
cdb1c72 to
c31062d
Compare
masahi
approved these changes
Jan 3, 2023
echuraev
reviewed
Jan 9, 2023
Comment on lines
+139
to
+140
| export ANDROID_SERIAL=<ADB ID> | ||
| ./tests/scripts/ci.py adreno -b |
Contributor
There was a problem hiding this comment.
@srkreddy1238, @driazati Do you have any ideas, why after running this command I got the following error?
Running 'bash .ci-py-scripts/ci-adreno-prhyz.sh' inside ci_adreno...
Unable to find image 'ci_adreno:latest' locally
docker: Error response from daemon: pull access denied for ci_adreno, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
It is not the first time when I don't have access to the adreno_ci docker image. I would like to have this access.
Member
There was a problem hiding this comment.
It's not an access issue, the adreno Docker image was never added to the tlcpack docker hub 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.
fzi-peccia
pushed a commit
to fzi-peccia/tvm
that referenced
this pull request
Mar 27, 2023
…pache#13679) Steps to teproduce Adreno (Texture) benchmarks via adreno docker on given device.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Steps to reproduce Adreno (Texture) benchmarks via adreno docker on given device.