加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
overlapped_tiling.h 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
jie 提交于 2020-01-08 15:22 . gpu multi-level overlapped and the options
#ifndef OVERLAPPED_TILING_H
#define OVERLAPPED_TILING_H
#include <isl/schedule_node.h>
#include "ppcg.h"
__isl_give isl_schedule_node *overlapped_tile(__isl_take isl_schedule_node *node,
struct ppcg_scop *scop, __isl_take isl_multi_val *sizes,
int *block_sizes, int block_len, int after_mapping);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化