|
tvm
|
Variables | |
| constexpr const char * | kPrivateAlloc = "private_alloc" |
| The buffers allocated by the operator. | |
| constexpr const char * | kDeviceInitStmt = "device_init_stmt" |
| The initialization statement of the operator. which will be inserted at the beginning of the kernel. | |
| constexpr const char * | kHostInitStmt = "host_init_stmt" |
| The initialization statement of the operator. which will be inserted at the beginning of the kernel. | |
| constexpr const char * | kPostBufferDefStmt = "post_buffer_def_stmt" |
| Statements to be inserted after a specific buffer's definition (DeclBuffer/AllocBuffer). Stored as Map<BufferVar, ffi::Array<Stmt>>. | |
The initialization statement of the operator. which will be inserted at the beginning of the kernel.
The initialization statement of the operator. which will be inserted at the beginning of the kernel.
Statements to be inserted after a specific buffer's definition (DeclBuffer/AllocBuffer). Stored as Map<BufferVar, ffi::Array<Stmt>>.