随笔分类 -  并行计算

摘要:Achieving good work distribution while minimizing overhead, scheduling Cilk programs with work stealing 阅读全文
posted @ 2023-04-25 16:33 zncleon 阅读(138) 评论(0) 推荐(0) 编辑
摘要:Thought process of parallelizing a program in data parallel and shared address space models 阅读全文
posted @ 2023-04-24 21:46 zncleon 阅读(82) 评论(0) 推荐(0) 编辑
摘要:Ways of thinking about parallel programs, and their corresponding hardware implementations, ISPC programming 阅读全文
posted @ 2023-04-24 14:56 zncleon 阅读(131) 评论(0) 推荐(0) 编辑
摘要:Forms of parallelism: multicore, SIMD, threading + understanding latency and bandwidth 阅读全文
posted @ 2023-04-23 19:45 zncleon 阅读(152) 评论(0) 推荐(0) 编辑
摘要:Challenges of parallelizing code, motivations for parallel chips, processor basics 阅读全文
posted @ 2023-04-23 18:03 zncleon 阅读(90) 评论(0) 推荐(0) 编辑