FreeTensor
Loading...
Searching...
No Matches
check_var_cross_parallel.h
Go to the documentation of this file.
1#ifndef FREE_TENSOR_CHECK_VAR_CROSS_PARALLEL_H
2#define FREE_TENSOR_CHECK_VAR_CROSS_PARALLEL_H
3
4#include <stmt.h>
5
6namespace freetensor {
7
8void checkVarCrossParallel(const Stmt &ast, const ID &def, MemType mtype);
9
10}
11
12#endif // FREE_TENSOR_CHECK_VAR_CROSS_PARALLEL_H
Definition: allocator.h:9
void checkVarCrossParallel(const Stmt &ast, const ID &def, MemType mtype)
Definition: check_var_cross_parallel.cc:6
Ref< StmtNode > Stmt
Definition: ast.h:152
MemType
Definition: mem_type.h:14