Commit c3e9d0f3 by pzq Committed by Zhi

fix mistype (#3763)

parent bbc5d153
......@@ -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
......
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