Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

电子科技大学 2020 级《分布式并行计算》课程代码。

License

Notifications You must be signed in to change notification settings

mrcaidev/distributed-and-parallel-computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

分布式并行计算

电子科技大学 2020 级《分布式并行计算》课程代码。

✨ 项目介绍

  1. 埃拉托斯特尼筛法性能优化(MPI)
    • 去除偶数
    • 消除广播
    • 提高 cache 命中率
  2. N-body 问题性能优化(Cuda)
    • 并行化
    • 块级共享内存
    • 线程数翻倍
    • 缓存负责物体
    • 循环展开

📄 许可证

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

About

电子科技大学 2020 级《分布式并行计算》课程代码。

Topics

Resources

License

Stars

Watchers

Forks