diff --git a/tutorials/cross_compilation_and_rpc.py b/tutorials/cross_compilation_and_rpc.py index e0967d54b09c..6c23368f840a 100644 --- a/tutorials/cross_compilation_and_rpc.py +++ b/tutorials/cross_compilation_and_rpc.py @@ -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"))