Commit 591fafe8 by liyinqiao Committed by 李垠桥

Clean codes.

parent 3ce8237d
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
/* the nts (NiuTrans.Tensor) namespace */ /* the nts (NiuTrans.Tensor) namespace */
namespace nts{ namespace nts{
int testxmemid = 0; //int testxmemid = 0;
void * recordp = NULL; //void * recordp = NULL;
/* /*
for managing the memories for managing the memories
......
...@@ -480,12 +480,10 @@ public: ...@@ -480,12 +480,10 @@ public:
/* managing the memories */ /* managing the memories */
extern XMemManager GMems; extern XMemManager GMems;
//extern XMem * GMem;
//extern int testxmemid;
extern XMem * GMem; //extern void * recordp;
extern int testxmemid;
extern void * recordp;
} /* end of the nts (NiuTrans.Tensor) namespace */ } /* end of the nts (NiuTrans.Tensor) namespace */
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <math.h> #include <math.h>
#include "XGlobal.h" #include "XGlobal.h"
#include "XMem.h"
#include "XPRunner.h" #include "XPRunner.h"
#include "XStream.h" #include "XStream.h"
#include "XHeap.h" #include "XHeap.h"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论