Skip to content

Commit

Permalink
update opencl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dinyy committed Apr 21, 2024
1 parent 0e3b45e commit d60ef30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/posts/opencl/opencl.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,18 +170,18 @@ POCL是一个便携式实现


他这里头的runtime的是什么样的?
七、异构编程相关的一些问题
## 七、异构编程相关的一些问题
异构编程需要考虑的关键问题:
任务划分、任务映射、数据分布、同步、通信


优化的方向(不可能三角):
## 优化的方向(不可能三角):
1. 编程难度
2. 计算性能
3. 并行规模(实现异构集群)



附录:
## 附录:
【没看完】GPU的运行机制:https://zhuanlan.zhihu.com/p/545056819
问题
## 问题

0 comments on commit d60ef30

Please sign in to comment.