Skip to content

Commit

Permalink
update assignment3&exp2
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverYoung2001 committed Mar 25, 2024
1 parent 13129d4 commit 7e0f2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assignments/3.omp_schedule.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 小作业三:测量 OpenMP 并行 for 循环不同调度策略的性能

负责助教:唐适之 tsz19@mails.tsinghua.edu.cn
负责助教:杨浩宇 yanghy23@mails.tsinghua.edu.cn

## 背景

Expand Down
2 changes: 1 addition & 1 deletion docs/exp/2.apsp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 实验二:全源最短路

负责助教:唐适之 tsz19@mails.tsinghua.edu.cn
负责助教:杨浩宇 yanghy23@mails.tsinghua.edu.cn

在本实验中,你将通过实现 GPU 加速的全源最短路(Floyd-Warshall 算法)熟悉 CUDA 编程,以及一种常见的优化方法:分块(Blocking)。在保证正确性的前提下,我们鼓励探索利用 GPU 的各种硬件特性以优化程序性能。

Expand Down

0 comments on commit 7e0f2a5

Please sign in to comment.