You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/CMakeLists.txt
-38Lines changed: 0 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -136,9 +136,6 @@ option(onnxruntime_USE_DML "Build with DirectML support" OFF)
136
136
option(onnxruntime_USE_MIGRAPHX "Build with AMDMIGraphX support"OFF)
137
137
option(onnxruntime_USE_WINML "Build with WinML support"OFF)
138
138
option(onnxruntime_USE_ACL "Build with ACL support"OFF)
139
-
option(onnxruntime_USE_ARMNN "Build with ArmNN support"OFF)
140
-
option(onnxruntime_ARMNN_RELU_USE_CPU "Use the CPU implementation for the Relu operator for the ArmNN EP"ON)
141
-
option(onnxruntime_ARMNN_BN_USE_CPU "Use the CPU implementation for the Batch Normalization operator for the ArmNN EP"ON)
142
139
option(onnxruntime_ENABLE_INSTRUMENT "Enable Instrument with Event Tracing for Windows (ETW)"OFF)
143
140
option(onnxruntime_USE_TELEMETRY "Build with Telemetry"OFF)
144
141
cmake_dependent_option(onnxruntime_USE_MIMALLOC "Override new/delete and arena allocator with mimalloc"OFF"WIN32;NOT onnxruntime_USE_CUDA;NOT onnxruntime_USE_OPENVINO"OFF)
@@ -932,10 +929,6 @@ if (onnxruntime_USE_MIGRAPHX_INTERFACE AND (NOT onnxruntime_USE_MIGRAPHX))
0 commit comments