FreeTensor
Loading...
Searching...
No Matches
parallelize_as.h
Go to the documentation of this file.
1#ifndef FREE_TENSOR_PARALLELIZE_AS_H
2#define FREE_TENSOR_PARALLELIZE_AS_H
3
4#include <stmt.h>
5
6namespace freetensor {
7
8Stmt parallelizeAs(const Stmt &ast, const ID &nest, const ID &reference,
9 const ID &defId);
10
11} // namespace freetensor
12
13#endif // FREE_TENSOR_PARALLELIZE_AS_H
Definition: allocator.h:9
Ref< StmtNode > Stmt
Definition: ast.h:152
Stmt parallelizeAs(const Stmt &ast, const ID &nest, const ID &reference, const ID &defId)
Definition: parallelize_as.cc:156