microsoft / microsoft/onnxruntime
runtime/core/mlas/lib/pooling.cpp:1345:23: error: unused variable ‘BitFlipVector’ [-Werror=unused-variable]
@chenfucn is already working on this.
Since Feb 21, 2022.
- Dominant language
- C++
- Stars
- 21.9k
- Forks
- 4.2k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 179
Description
Describe the bug
A clear and concise description of what the bug is. To avoid repetition please make sure this is not one of the known issues mentioned on the respective release page.
Urgency
If there are particular important use cases blocked by this or strict project-related timelines, please share more information and dates. If there are no hard deadlines, please specify none.
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 18.04):
- ONNX Runtime installed from (source or binary):
- ONNX Runtime version:1.10.0
- Python version:3.6
- Visual Studio version (if applicable):
- GCC/Compiler version (if compiling from source):
- CUDA/cuDNN version: cuda 10.0,cudnn 7.4
- GPU model and memory:
To Reproduce
- Describe steps/code to reproduce the behavior.
- Attach the ONNX model to the issue (where applicable) to expedite investigation.
build onnxruntime from source,
build command:
./build.sh --parallel --config release --skip_tests --build_shared_lib
--cmake_extra_defines CMAKE_INSTALL_PREFIX=./install
then errors:
runtime/core/mlas/lib/pooling.cpp:1345:23: error: unused variable ‘BitFlipVector’ [-Werror=unused-variable]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.