提交 a3d9f911 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

changed language of cautionary note

上级 d3687dee
...@@ -514,10 +514,9 @@ class GpuCAReduce(GpuOp): ...@@ -514,10 +514,9 @@ class GpuCAReduce(GpuOp):
scal.Add instances yet. scal.Add instances yet.
Important note: if you implement new cases for this op, be sure to Important note: if you implement new cases for this op, be sure to
benchmark them and make sure that the local_gpu_careduce op should benchmark them and make sure that they actually result in a speedup.
really replace CAReduce with GpuCAReduce for these cases. GPUs are GPUs are not especially well-suited to reduction operations so it is
not especially well-suited to reduction operations so it is quite quite possible that the GPU might be slower for some cases.
possible that the GPU might be slower for some cases.
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论