Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

during the build this appears twice, but still completes #1172

Open
randomnodes opened this issue Feb 4, 2022 · 2 comments
Open

during the build this appears twice, but still completes #1172

randomnodes opened this issue Feb 4, 2022 · 2 comments

Comments

@randomnodes
Copy link

/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
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~

@ucwong
Copy link
Member

ucwong commented Feb 7, 2022

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

@ucwong
Copy link
Member

ucwong commented Feb 7, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants