提交 bf186d18 authored 作者: Frederic's avatar Frederic

More doc about the new Async feature.

上级 5ca59aed
...@@ -617,3 +617,9 @@ In both case, you can use the NVIDIA driver feature that when ...@@ -617,3 +617,9 @@ In both case, you can use the NVIDIA driver feature that when
environment variable CUDA_LAUNCH_BLOCKING=1 is set, all kernal call environment variable CUDA_LAUNCH_BLOCKING=1 is set, all kernal call
get automatically syncronized. This will restore to the old beavior get automatically syncronized. This will restore to the old beavior
that provide good profiling and error message. that provide good profiling and error message.
This feature interact with Theano garbage collector of intermediate
results. To get the most of this feature, you need to disable the gc
as it insert synchronization point in the graph. Set the Theano flag
allow_gc=False to get event faster speed! This will raise the memory
usage.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论