提交 1ddf3adb authored 作者: Frederic's avatar Frederic

Fix test in FAST_COMPILE following the change of FAST_COMPILE

上级 0eae873f
...@@ -18,6 +18,8 @@ def get_mode(gpu): ...@@ -18,6 +18,8 @@ def get_mode(gpu):
'local_gpu_multinomial') 'local_gpu_multinomial')
if isinstance(mode.linker, theano.gof.PerformLinker): if isinstance(mode.linker, theano.gof.PerformLinker):
mode.linker = predefined_linkers['c|py'] mode.linker = predefined_linkers['c|py']
if not getattr(mode.linker, 'c_thunks', True):
mode.linker.c_thunks = True
return mode return mode
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论