Graph Compiler Anonymous published on 2024-03-07 included in Graph-Computing对于系统结构的理解 主要是对于 应用层代码,编译层 和 运行时库 之间关系的理解
Legion Source Code Analysis Anonymous published on 2024-03-05 included in Graph-Computing项目文件分类 Storage GPU_Graph_Storage.[cuh]GPUGraphStore.[cu/cuh]这两个的区别可能在于下面的是图的逻辑存储结构,上面的是物理存储结构(因为涉及到了CSR)
C C++ Const Keyword Unscramble Anonymous published on 2024-02-27 included in C-C++Embellish Raw Pointer The collocation between const and original pointer is confused to many people. There are two usages of it. The key difference is that if the pointer is prohibited to modify or the data which is pointed by pointer is prohibited to modify.
Parallel Computing Anonymous published on 2024-01-29 included in HPCLaw 并行计算领域的两个关键定律就是 Amdahl 和 Gustafson,从不同角度诠释了 加速比 与 系统串行化程度、CPU核心数 之间的关系