Commit 374918fa by Ruslan Baratov Committed by Tianqi Chen

Fix misprint (#2243)

parent 25a7b46c
......@@ -211,7 +211,7 @@ def run_opencl():
opencl_device_host = '10.77.1.145'
opencl_device_port = 9090
# create scheule for the above "add one" compute decleration
# create schedule for the above "add one" compute declaration
s = tvm.create_schedule(B.op)
xo, xi = s[B].split(B.op.axis[0], factor=32)
s[B].bind(xo, tvm.thread_axis("blockIdx.x"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment