提交 f4b23d8c authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Reverted changeset 71c5596c2ede since it only added some debug code that should not be here

上级 17ff9834
import cPickle, logging, sys import cPickle, logging, sys
_logger=logging.getLogger("theano.gof.callcache") _logger=logging.getLogger("theano.gof.callcache")
_logger.setLevel(logging.DEBUG)
def warning(*args): def warning(*args):
sys.stderr.write('WARNING:'+ ' '.join(str(a) for a in args)+'\n') sys.stderr.write('WARNING:'+ ' '.join(str(a) for a in args)+'\n')
......
...@@ -74,7 +74,6 @@ class GemmRelated(Op): ...@@ -74,7 +74,6 @@ class GemmRelated(Op):
declare_NS = """ declare_NS = """
int unit = 0; int unit = 0;
printf("Hello World\\n");
int type_num = %(_x)s->descr->type_num; int type_num = %(_x)s->descr->type_num;
int type_size = %(_x)s->descr->elsize; // in bytes int type_size = %(_x)s->descr->elsize; // in bytes
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论