Skip to content
Snippets Groups Projects
Commit 54051271 authored by Yao Wang's avatar Yao Wang Committed by Tianqi Chen
Browse files

Explain how to generate module library in Quick Start tutorial (#323)

* Explain how to generate module library

* Small fix
parent f34e1744
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,9 @@ print(net.debug_str())
# in an optimized runtime module for model serving.
#
# We'll first compile for Nvidia GPU.
# To generate the module library, TVM will first transfer graph IR into lower
# intrinsic IR for the specified target backend, which is CUDA in this example.
# Then target backend will generate module library.
opt_level = 0
target = tvm.target.cuda()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment