1 Star 0 Fork 4

EzioZz/swcodegen

forked from 锦轩/swcodegen 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
slave_print.h 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
锦轩 提交于 2021-01-27 15:56 . 1. n-dimensions dma
#ifndef SLAVE_PRINT_H
#define SLAVE_PRINT_H
#include "slave.h"
__isl_give isl_printer *slave_print_local_declarations(__isl_take isl_printer *p,
struct slave_prog *prog);
__isl_give isl_printer *slave_print_types(__isl_take isl_printer *p,
struct slave_types *types, struct slave_prog *prog);
__isl_give isl_printer *slave_print_macros(__isl_take isl_printer *p,
__isl_keep isl_ast_node *node);
__isl_give isl_printer *slave_array_info_print_size(__isl_take isl_printer *prn,
struct slave_array_info *array);
__isl_give isl_printer *slave_array_info_print_declaration_argument(
__isl_take isl_printer *p, struct slave_array_info *array,
const char *memory_space);
__isl_give isl_printer *slave_array_info_print_call_argument(
__isl_take isl_printer *p, struct slave_array_info *array);
__isl_give isl_printer *ppcg_kernel_print_copy_for_sw(__isl_take isl_printer *p,
struct ppcg_kernel_stmt *stmt);
__isl_give isl_printer *ppcg_kernel_print_domain_for_sw(__isl_take isl_printer *p,
struct ppcg_kernel_stmt *stmt);
__isl_give isl_printer *stmt_print_local_index(__isl_take isl_printer *p,
struct ppcg_kernel_stmt *stmt);
__isl_give isl_printer *stmt_print_global_index(
__isl_take isl_printer *p, struct ppcg_kernel_stmt *stmt);
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/EzioZz/swcodegen.git
git@gitee.com:EzioZz/swcodegen.git
EzioZz
swcodegen
swcodegen
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385