DeepLink-org / deeplink.framework

BSD 3-Clause "New" or "Revised" License
55 stars 28 forks source link

refactor(dipu): add static_value_array and simplify code #920

Open wiryls opened 1 month ago

wiryls commented 1 month ago
  1. 添加了一个小工具用于生成数组,用它简化了一些代码,不再需要从 1 遍历到 16 去查找对应的 static 变量。
  2. 修复了清空 event pool 时,只清空当前 device 的问题。
    • 不过这个修复也不太改好,它会导致全部 event pool 被初始化,还好初始化过程基本没有副作用