Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:birdwatcher:OpenWebUI
onnxruntime
onnxruntime-disable-power10.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File onnxruntime-disable-power10.patch of Package onnxruntime
diff --git a/cmake/onnxruntime_mlas.cmake b/cmake/onnxruntime_mlas.cmake index c02ac209..62ed95f0 100644 --- a/cmake/onnxruntime_mlas.cmake +++ b/cmake/onnxruntime_mlas.cmake @@ -413,7 +413,8 @@ else() set_source_files_properties(${MLAS_SRC_DIR}/power/QuantizePowerVSX.cpp PROPERTIES COMPILE_FLAGS "-mcpu=power9") endif() - check_cxx_compiler_flag("-mcpu=power10" HAS_POWER10) + #check_cxx_compiler_flag("-mcpu=power10" HAS_POWER10) + set(HAS_POWER10 OFF) if(HAS_POWER10) set(CMAKE_REQUIRED_FLAGS "-mcpu=power10") check_cxx_source_compiles("
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor