提交 385cbc67 authored 作者: notoraptor's avatar notoraptor 提交者: Frederic Bastien

Remove gpuarray.sync from C key.

上级 6a793bd1
...@@ -201,7 +201,7 @@ def deprecated_gpuarray_sync(val): ...@@ -201,7 +201,7 @@ def deprecated_gpuarray_sync(val):
AddConfigVar('gpuarray.sync', AddConfigVar('gpuarray.sync',
"""This flag is deprecated and will be removed in next Theano release.""", """This flag is deprecated and will be removed in next Theano release.""",
ConfigParam(False, allow_override=False, filter=deprecated_gpuarray_sync), ConfigParam(False, allow_override=False, filter=deprecated_gpuarray_sync),
in_c_key=True) in_c_key=False)
AddConfigVar('gpuarray.preallocate', AddConfigVar('gpuarray.preallocate',
"""If negative it disables the allocation cache. If """If negative it disables the allocation cache. If
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论