We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd5beb commit 2c2e9ccCopy full SHA for 2c2e9cc
tests/python/contrib/test_clml/test_adreno_collage_targets.py
@@ -77,6 +77,9 @@
77
MEASURE_REPEAT = tvm.relay.collage.MEASURE_REPEAT
78
WARMUP_MIN_REPEAT_MS = tvm.relay.collage.WARMUP_MIN_REPEAT_MS
79
80
+##
81
+## RPC Build configuration
82
83
HOST = tvm.target.Target("llvm -mtriple=arm64-linux-android")
84
OPENCL = tvm.target.Target("opencl", HOST)
85
RPC_TRACKER_HOST = os.getenv("TVM_TRACKER_HOST", "localhost")
0 commit comments