Skip to content

Commit 2c2e9cc

Browse files
committed
Add comments
1 parent 7bd5beb commit 2c2e9cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/python/contrib/test_clml/test_adreno_collage_targets.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
MEASURE_REPEAT = tvm.relay.collage.MEASURE_REPEAT
7878
WARMUP_MIN_REPEAT_MS = tvm.relay.collage.WARMUP_MIN_REPEAT_MS
7979

80+
##
81+
## RPC Build configuration
82+
##
8083
HOST = tvm.target.Target("llvm -mtriple=arm64-linux-android")
8184
OPENCL = tvm.target.Target("opencl", HOST)
8285
RPC_TRACKER_HOST = os.getenv("TVM_TRACKER_HOST", "localhost")

0 commit comments

Comments
 (0)