Unverified 提交 c72eafaf authored 作者: abergeron's avatar abergeron 提交者: GitHub

Merge pull request #6680 from i3v/master

Update the documentation on gpuarray.sched
......@@ -482,7 +482,7 @@ import theano and print the config variable, as in:
The sched parameter passed for context creation to pygpu. With
CUDA, using "multi" mean using the parameter
cudaDeviceScheduleYield. This is useful to lower the CPU overhead
cudaDeviceScheduleBlockingSync. This is useful to lower the CPU overhead
when waiting for GPU. One user found that it speeds up his other
processes that was doing data augmentation.
......
......@@ -222,7 +222,7 @@ AddConfigVar('gpuarray.preallocate',
AddConfigVar('gpuarray.sched',
"""The sched parameter passed for context creation to pygpu.
With CUDA, using "multi" is equivalent to using the parameter
cudaDeviceScheduleYield. This is useful to lower the
cudaDeviceScheduleBlockingSync. This is useful to lower the
CPU overhead when waiting for GPU. One user found that it
speeds up his other processes that was doing data augmentation.
""",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论