File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
"""Target description and codgen module.
18
18
19
- TVM's target string is in fomat ``<target_kind> [-option=value]...``.
19
+ TVM's target string is in format ``<target_kind> [-option=value]...``.
20
20
21
21
Note
22
22
----
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ namespace runtime {
37
37
38
38
struct Registry ::Manager {
39
39
// map storing the functions.
40
- // We delibrately used raw pointer
40
+ // We deliberately used raw pointer
41
41
// This is because PackedFunc can contain callbacks into the host languge(python)
42
42
// and the resource can become invalid because of indeterminstic order of destruction and forking.
43
43
// The resources will only be recycled during program exit.
You can’t perform that action at this time.
0 commit comments