[Doc] Fix some typo of reduce optimize #52
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
背景:有 opencl 基础,最近正在学习 cuda,学习了入门知识,知道什么是共享内存,知道什么是线程束。
入门之后需要进阶,github 首页推荐了你的教程。看了一会儿觉得很不错,代码示例很到位,客观评价:需要有一定的编程功底和思考,熟悉 cuda 的编程模型,不懂的地方需要及时查阅文档。催更~
在看你教程的过程中,也在不断的学习。一开始我并不知道什么是 bank,什么是 bank conflict,还额外的查阅了些资料。
悄悄的,感觉文档写的很急,是不是下班写的飞速 😸