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

[Build] mp11 not found #23821

Closed
dwffls opened this issue Feb 26, 2025 · 2 comments · Fixed by #23829
Closed

[Build] mp11 not found #23821

dwffls opened this issue Feb 26, 2025 · 2 comments · Fixed by #23829
Labels
build build issues; typically submitted using template platform:jetson issues related to the NVIDIA Jetson platform

Comments

@dwffls
Copy link

dwffls commented Feb 26, 2025

Describe the issue

Building the latest version of the main branch results in a succes, however when then running sudo make install the install section fails with the output below.

The same happens when not building with cuda or tensorrt.

What could be the problem here?

Urgency

No response

Target platform

Jetson Orin AGX

Build script

./build.sh --config Release --update --build --parallel 10 --nvcc_threads 4 --build_shared_lib --use_cuda --cuda_home /usr/local/cuda --cudnn_home /usr/lib/$(uname -m)-linux-gnu --use_tensorrt --tensorrt_home /usr/lib/$(uname -m)-linux-gnu --allow_running_as_root --skip_tests --skip_submodule_sync --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES="87" CMAKE_CXX_FLAGS="-Wno-unused-variable" onnxruntime_BUILD_UNIT_TESTS=OFF

Error / output

[ 27%] Built target absl_log_internal_check_op
[ 27%] Built target absl_log_internal_conditions
[ 28%] Built target onnxruntime_common
[ 34%] Built target onnxruntime_mlas
[ 35%] Built target cpuinfo
[ 35%] Built target onnxruntime_mlas_q4dq
[ 36%] Built target onnxruntime_graph
[ 41%] Built target onnxruntime_framework
[ 41%] Built target onnxruntime_lora
[ 42%] Built target onnxruntime_util
[ 45%] Built target onnx
[ 59%] Built target onnxruntime_providers
[ 59%] Built target onnxruntime_providers_shared
[ 92%] Built target onnxruntime_providers_cuda
[ 93%] Built target onnxruntime_providers_tensorrt
[ 98%] Built target onnxruntime_optimizer
[ 98%] Built target onnxruntime_session
[ 98%] Built target onnxruntime_generate_def
[100%] Built target re2
[100%] Built target onnxruntime
Install the project...
-- Install configuration: "Release"
CMake Error at cmake_install.cmake:47 (include):
include could not find requested file:

/opt/onnxruntime/build/Linux/Release/_deps/mp11-build/cmake_install.cmake

Visual Studio Version

No response

GCC / Compiler Version

No response

@dwffls dwffls added the build build issues; typically submitted using template label Feb 26, 2025
@github-actions github-actions bot added the platform:jetson issues related to the NVIDIA Jetson platform label Feb 26, 2025
@snnn
Copy link
Member

snnn commented Feb 27, 2025

Which commit id?

@dwffls
Copy link
Author

dwffls commented Feb 27, 2025

Pulled your snn-patch-51 and everything build and installed as expected. Issue can be closed when patch is merged in my opinion.

Thanks for the help

@snnn snnn closed this as completed in b1f2a3f Feb 27, 2025
amarin16 pushed a commit that referenced this issue Feb 27, 2025
…23829)

### Description
To resolve #23821 

### Motivation and Context
Similar to #23641 .
amarin16 pushed a commit that referenced this issue Feb 27, 2025
…23829)

### Description
To resolve #23821 

### Motivation and Context
Similar to #23641 .
guschmue pushed a commit that referenced this issue Mar 6, 2025
…23829)

### Description
To resolve #23821 

### Motivation and Context
Similar to #23641 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build build issues; typically submitted using template platform:jetson issues related to the NVIDIA Jetson platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants