Skip to content

Commit

Permalink
fix mistype (#3763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZQPei authored and zhiics committed Aug 13, 2019
1 parent bbc5d15 commit c3e9d0f
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 c3e9d0f

Please sign in to comment.