Commit 776fd6bd by Bohan Hou Committed by Zhi

[DOC] Fix typos in tutorials (#4066)

fix some typos
parent 22412726
...@@ -38,7 +38,7 @@ import numpy as np ...@@ -38,7 +38,7 @@ import numpy as np
# ------------------------------- # -------------------------------
# The most straight-forward way to call target specific function is via # The most straight-forward way to call target specific function is via
# extern function call construct in tvm. # extern function call construct in tvm.
# In th following example, we use :any:`tvm.call_pure_extern` to call # In the following example, we use :any:`tvm.call_pure_extern` to call
# :code:`__expf` function, which is only available under CUDA. # :code:`__expf` function, which is only available under CUDA.
# #
n = tvm.var("n") n = tvm.var("n")
...@@ -119,7 +119,7 @@ print(fcuda.imported_modules[0].get_source()) ...@@ -119,7 +119,7 @@ print(fcuda.imported_modules[0].get_source())
###################################################################### ######################################################################
# Add Your Own Intrinsic # Add Your Own Intrinsic
# ---------------------- # ----------------------
# If there is an instrinsic that is not provided by TVM. # If there is an intrinsic that is not provided by TVM.
# User can easily add new intrinsic by using the intrinsic rule system. # User can easily add new intrinsic by using the intrinsic rule system.
# The following example add an intrinsic :code:`mylog` to the system. # The following example add an intrinsic :code:`mylog` to the system.
# #
......
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