提交 0cf4e13e authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Remove TODO as it is done.

上级 d3da0a2d
...@@ -32,7 +32,6 @@ if pygpu: ...@@ -32,7 +32,6 @@ if pygpu:
if (config.device.startswith('cuda') or if (config.device.startswith('cuda') or
config.device.startswith('opencl')): config.device.startswith('opencl')):
init_dev(config.device) init_dev(config.device)
# TODO add optimization tags here (when we will have some)
import theano.compile import theano.compile
theano.compile.shared_constructor(gpuarray_shared_constructor) theano.compile.shared_constructor(gpuarray_shared_constructor)
optdb.add_tags('gpuarray_opt', 'fast_run', 'inplace') optdb.add_tags('gpuarray_opt', 'fast_run', 'inplace')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论