Skip to content

Commit

Permalink
fix mistype (apache#3763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZQPei authored and wweic committed Aug 16, 2019
1 parent 18934bd commit 2fa1436
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 @@ -248,7 +248,7 @@ def run_opencl():
b = tvm.nd.array(np.zeros(1024, dtype=A.dtype), ctx)
func(a, b)
np.testing.assert_equal(b.asnumpy(), a.asnumpy() + 1)
print("OpenCP test passed!")
print("OpenCL test passed!")

######################################################################
# Summary
Expand Down

0 comments on commit 2fa1436

Please sign in to comment.