MetaNetworks' Blog

Keep Hungry, Keep Foolish.

2019-01-07 OMPi会议

"ALF Call Problem"

解决WCET的生成问题 ALF Call 问题 考虑Call 对 wcet 的影响? call的函数对应的参数影响 相关论文

失联式学习

"My Happy Life "

失联式学习 指通过关机or抛弃等手段远离手机,电脑,iPad等电子产品从而逼迫自己复习的方法 创始人:hq 特征:半天也联系不上 效果:能够连续学习n个小时,n随着使用者的毅力而变

2019-01-06 OMPi知识清单

"ALF Format"

##补充知识 llvm-opt参数 1 2 3 4 5 opt -mem2reg -instcombine -instsimplify -instnamer 改成 opt -instnamer opt 介绍 []: http://llvm.org/docs/C...

英语口语期末考题

Oral English Test

American Holiday Christmas or Thansgiving or Halloween decorating house activities that family beening together socks a sy...

2019-01-05 OMPi知识清单

"SWEET help"

SWEET Help SWEET version 7934 (2018-09-12) Executing command ‘help’. Options available for SWEET version 7934. Inputs -i,–input-files=<file-name(s)> Specifies the code to be analyzed. Meani...

2019-01-04 OMPi会议

"初步探路"

初步探路 分析任务内的task关系(目前主要工作重心) 即将单个 task.dot 中多条“路线”进行拼接 从 map 文件中分析 Basic Block 对应的函数语句 根据分析结果,拼接结点 原文件如下图所示 分...

2019-01-04 OMPi知识清单

"OpenMP taskwait 函数"

#ort_taskwait() 源码 How = 0 (wait for my children) How = 1 (wait for all team tasks) How = 2 (wait at the end of parallel) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25...

2019-01-04 OMPi项目任务梳理

"任务分配"

任务总流程 dot图整合 taskFunc1_recursive 指向入口结点 普通函数 我们将函数的图加入task图中 task结点 不用 递归函数 将函数中调用的递归函数改名(加上_recursive),并指向递归函数开始的部分...

2019-01-02 OMPi小组会议

"软件部署 & 汇总遇到的问题"

软件安装 python3 sudo apt install python3 ompi-2.0.0_edited.zip 解压 ./configure make sudo make install ALFbackend安装 t...

2018-12-31 OMPi小组会议

"解决OpenMP程序中变量未定义的问题"

解决undifined问题 SWEET解决方法: 对于函数,直接不执行(simply not to be made) 对于变量,先设置成Top值,再根据abstract execution中逐步精确。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 sweet -i=floorplan_ompi_trim.alf,std_hll.a...