attr.h 277 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*!
 * \file attr.h
 * \brief Check attributes of the IR
 */

namespace tvm {
namespace tl {

constexpr const char *MainBlockName = "tilelang_root";

constexpr const char *tilelang_is_cpu_kernel_frame =
    "tilelang.is_cpu_kernel_frame";

} // namespace tl
} // namespace tvm