You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
The text was updated successfully, but these errors were encountered:
/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
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
The text was updated successfully, but these errors were encountered: