We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5615880 commit 452bcd5Copy full SHA for 452bcd5
nnvm/tutorials/define_and_compile_model.py
@@ -68,6 +68,9 @@
68
# in an optimized runtime module for model serving.
69
#
70
# 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.
74
75
opt_level = 0
76
target = tvm.target.cuda()
0 commit comments