Skip to content

Commit 452bcd5

Browse files
kevinthesuntqchen
authored andcommitted
Explain how to generate module library in Quick Start tutorial (#323)
* Explain how to generate module library * Small fix
1 parent 5615880 commit 452bcd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nnvm/tutorials/define_and_compile_model.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
# in an optimized runtime module for model serving.
6969
#
7070
# We'll first compile for Nvidia GPU.
71+
# To generate the module library, TVM will first transfer graph IR into lower
72+
# intrinsic IR for the specified target backend, which is CUDA in this example.
73+
# Then target backend will generate module library.
7174

7275
opt_level = 0
7376
target = tvm.target.cuda()

0 commit comments

Comments
 (0)