enable cjit launcher

Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn>
This commit is contained in:
2026-01-31 10:36:41 +08:00
parent f0739b9dca
commit ac7497b2c8
7 changed files with 180 additions and 38 deletions
+1
View File
@@ -38,6 +38,7 @@ enum class Type : int64_t {
const char *TypeToString(Type type);
tvm::ffi::Optional<Type> StringToType(const tvm::ffi::String &name);
const char *TypeToCType(Type type);
template <Type T> struct type_to_ctype;
#define DEFINE_TYPE_TO_CTYPE(type, str, ctype) \