File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77#include " taichi/ir/transforms.h"
88#include " taichi/util/line_appender.h"
99#include " taichi/util/str.h"
10- #ifdef TI_WITH_LLVM
11- #include " taichi/llvm/llvm_program.h"
12- #endif
1310#include " cc_utils.h"
1411
1512#define C90_COMPAT 0
Original file line number Diff line number Diff line change 55
66#include " taichi/program/aot_module.h"
77#include " taichi/program/kernel.h"
8+ #include " taichi/llvm/llvm_fwd.h"
89
910#include " taichi/backends/wasm/codegen_wasm.h"
1011
Original file line number Diff line number Diff line change 44#include < functional>
55
66#include " taichi/inc/constants.h"
7- #include " taichi/llvm/llvm_fwd.h"
87#include " taichi/lang_util.h"
98#include " taichi/program/kernel_profiler.h"
109
Original file line number Diff line number Diff line change 11#pragma once
2- #include " taichi/llvm/llvm_context.h"
32#include " taichi/inc/constants.h"
43#include " taichi/struct/snode_tree.h"
54#define TI_RUNTIME_HOST
@@ -10,6 +9,7 @@ using Ptr = uint8_t *;
109
1110TLANG_NAMESPACE_BEGIN
1211
12+ class JITModule ;
1313class ProgramImpl ;
1414
1515class SNodeTreeBufferManager {
You can’t perform that action at this time.
0 commit comments