Skip to content

Commit

Permalink
Fix misprint (apache#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo authored and tqchen committed Dec 6, 2018
1 parent 25a7b46 commit 374918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/cross_compilation_and_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 374918f

Please sign in to comment.