CortexTheseus icon indicating copy to clipboard operation
CortexTheseus copied to clipboard

during the build this appears twice, but still completes

Open randomnodes opened this issue 4 years ago • 2 comments

/home/p/CortexTheseus/cvm-runtime/src/runtime/infer_attr.cc: In member function ‘int64_t cvm::runtime::CvmRuntime::GetOps()’: /home/p/CortexTheseus/cvm-runtime/src/runtime/infer_attr.cc:116:51: warning: ‘((void)& shape +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized] 116 | base_ops = static_cast<int64_t>(shape[0]) * 20; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /home/p/CortexTheseus/cvm-runtime/src/runtime/infer_attr.cc:112:56: warning: ‘((void)& weight_shp +16)’ may be used uninitialized in this function [-Wmaybe-uninitialized] 112 | base_ops = static_cast<int64_t>(weight_shp[1]) * 3; // MAX (1<<24) * 3 < 1G | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~

randomnodes avatar Feb 04 '22 22:02 randomnodes

It seems to be an issue about https://github.com/CortexFoundation/cvm-runtime/

ucwong avatar Feb 07 '22 11:02 ucwong

https://github.com/CortexFoundation/cvm-runtime/issues/90

ucwong avatar Feb 07 '22 11:02 ucwong