Skip to content

Commit

Permalink
[DOC] Fix typos in tutorials (apache#4066)
Browse files Browse the repository at this point in the history
fix some typos
  • Loading branch information
spectrometerHBH authored and wweic committed Oct 18, 2019
1 parent 4b1b88f commit 3bca229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/language/intrin_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# -------------------------------
# The most straight-forward way to call target specific function is via
# 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.
#
n = tvm.var("n")
Expand Down Expand Up @@ -119,7 +119,7 @@ def my_cuda_math_rule(op):
######################################################################
# 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.
# The following example add an intrinsic :code:`mylog` to the system.
#
Expand Down

0 comments on commit 3bca229

Please sign in to comment.