8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When I compile onnxruntime-riscv under gemmini in chipyard1.10.0, an error occurs.
Urgency
System information
To Reproduce
Chipyard 1.10.0
chipyard
./build-setup.sh riscv-tools
source env.sh
generators/gemmini
git submodule update --init --recursive software/onnxruntime-riscv
./scripts/build-onnx-inference.sh
Expected behavior No errors and generate ort_test in software/onnxruntime-riscv/systolic_runner/imagenet_runner/.
ort_test
software/onnxruntime-riscv/systolic_runner/imagenet_runner/
Screenshots
-- ******** Summary ******** -- CMake version : 3.26.3 -- CMake command : /home/lxf/workspace/DeployMind/chipyard/.conda-env/bin/cmake -- System : Linux -- C++ compiler : /home/lxf/workspace/DeployMind/chipyard/.conda-env/riscv-tools/bin/riscv64-unknown-linux-gnu-g++ -- C++ compiler version : 12.2.0 -- CXX flags : -march=rv64imafdc -mabi=lp64d -ffunction-sections -fdata-sections -Wno-error=attributes -Wnon-virtual-dtor -- Build type : Debug -- Compile definitions : ENABLE_ORT_FORMAT_LOAD;EIGEN_MPL2_ONLY;PLATFORM_POSIX -- CMAKE_PREFIX_PATH : -- CMAKE_INSTALL_PREFIX : /usr/local -- CMAKE_MODULE_PATH : /home/lxf/workspace/DeployMind/chipyard/generators/gemmini/software/onnxruntime-riscv/cmake/external -- -- ONNX version : 1.9.0 -- ONNX NAMESPACE : onnx -- ONNX_USE_LITE_PROTO : ON -- USE_PROTOBUF_SHARED_LIBS : OFF -- ONNX_DISABLE_EXCEPTIONS : OFF -- ONNX_WERROR : OFF -- ONNX_BUILD_TESTS : OFF -- ONNX_BUILD_BENCHMARKS : OFF -- ONNXIFI_DUMMY_BACKEND : OFF -- ONNXIFI_ENABLE_EXT : OFF -- -- Protobuf compiler : -- Protobuf includes : -- Protobuf libraries : -- BUILD_ONNX_PYTHON : OFF
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When I compile onnxruntime-riscv under gemmini in chipyard1.10.0, an error occurs.
Urgency
System information
To Reproduce
Chipyard 1.10.0
,chipyard
and run./build-setup.sh riscv-tools
source env.sh
generators/gemmini
git submodule update --init --recursive software/onnxruntime-riscv
./scripts/build-onnx-inference.sh
Expected behavior
No errors and generate
ort_test
insoftware/onnxruntime-riscv/systolic_runner/imagenet_runner/
.Screenshots
The text was updated successfully, but these errors were encountered: