masahi commented on a change in pull request #4383: [doc] fix typo, codege to 
codegen
URL: https://github.com/apache/incubator-tvm/pull/4383#discussion_r348354054
 
 

 ##########
 File path: docs/dev/codebase_walkthrough.rst
 ##########
 @@ -160,7 +160,7 @@ Next, we apply a number of lowering passes to ``stmt``. 
These passes are impleme
 
 After lowering is done, ``build()`` function generates target machine code 
from the lowered function. This code can contain SSE or AVX instructions if you 
target x86, or PTX instructions for CUDA target. In addition to target specific 
machine code, TVM also generates host side code that is responsible for memory 
management, kernel launch etc.
 
-Code generation is done by ``build_module()`` function, defined in 
``python/tvm/codege.py``. On the C++ side, code generation is implemented in 
``src/codegen`` subdirectory. ``build_module()`` Python function will reach 
``Build()`` function below in ``src/codegen/codegen.cc``:
+Code generation is done by ``build_module()`` function, defined in 
``python/tvm/codegen.py``. On the C++ side, code generation is implemented in 
``src/codegen`` subdirectory. ``build_module()`` Python function will reach 
``Build()`` function below in ``src/codegen/codegen.cc``:
 
 Review comment:
   this is duplicate of #4374

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to