FreeTensor
Loading...
Searching...
No Matches
target_type.h
Go to the documentation of this file.
1#ifndef FREE_TENSOR_TARGET_TYPE_H
2#define FREE_TENSOR_TARGET_TYPE_H
3
4namespace freetensor {
5
6enum class TargetType : int { CPU, GPU };
7
8} // namespace freetensor
9
10#endif // FREE_TENSOR_TARGET_TYPE_H
Definition: allocator.h:9
TargetType
Definition: target_type.h:6