提交 3ac955b9 authored 作者: Frederic Bastien's avatar Frederic Bastien

fix comment.

上级 b89f60bf
...@@ -62,7 +62,7 @@ def inline_reduce(N, buf, pos, count, manner_fn): ...@@ -62,7 +62,7 @@ def inline_reduce(N, buf, pos, count, manner_fn):
return """ return """
{ {
// This function trashes buf[1..N], leaving the max in buf[0]. // This function trashes buf[1..N], leaving the reduction result in buf[0].
if (%(pos)s < warpSize) if (%(pos)s < warpSize)
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论