Skip to content

Commit aecbcde

Browse files
committed
Add custom datatype utilities source file to Go runtime pack
1 parent 4b742b9 commit aecbcde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

golang/src/tvm_runtime_pack.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
// NOTE: all the files after this are optional modules
3737
// that you can include remove, depending on how much feature you use.
3838

39+
// Custom datatype utilities
40+
#include "src/runtime/custom_datatype_util.cc"
41+
3942
// Likely we only need to enable one of the following
4043
// If you use Module::Load, use dso_module
4144
// For system packed library, use system_lib_module

0 commit comments

Comments
 (0)