Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kvegiraj committed Nov 29, 2022
1 parent 7bd5beb commit 2c2e9cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/python/contrib/test_clml/test_adreno_collage_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
MEASURE_REPEAT = tvm.relay.collage.MEASURE_REPEAT
WARMUP_MIN_REPEAT_MS = tvm.relay.collage.WARMUP_MIN_REPEAT_MS

##
## RPC Build configuration
##
HOST = tvm.target.Target("llvm -mtriple=arm64-linux-android")
OPENCL = tvm.target.Target("opencl", HOST)
RPC_TRACKER_HOST = os.getenv("TVM_TRACKER_HOST", "localhost")
Expand Down

0 comments on commit 2c2e9cc

Please sign in to comment.