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 4b742b9 commit aecbcdeCopy full SHA for aecbcde
golang/src/tvm_runtime_pack.cc
@@ -36,6 +36,9 @@
36
// NOTE: all the files after this are optional modules
37
// that you can include remove, depending on how much feature you use.
38
39
+// Custom datatype utilities
40
+#include "src/runtime/custom_datatype_util.cc"
41
+
42
// Likely we only need to enable one of the following
43
// If you use Module::Load, use dso_module
44
// For system packed library, use system_lib_module
0 commit comments