-
Notifications
You must be signed in to change notification settings - Fork 14
/
onnxruntime_cmake_options.txt
82 lines (82 loc) · 2.83 KB
/
onnxruntime_cmake_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
-Donnxruntime_RUN_ONNX_TESTS=OFF
-Donnxruntime_GENERATE_TEST_REPORTS=ON
-Donnxruntime_USE_MIMALLOC=OFF
-Donnxruntime_ENABLE_PYTHON=OFF
-Donnxruntime_BUILD_CSHARP=OFF
-Donnxruntime_BUILD_JAVA=OFF
-Donnxruntime_BUILD_NODEJS=OFF
-Donnxruntime_BUILD_OBJC=OFF
-Donnxruntime_BUILD_SHARED_LIB=ON
-Donnxruntime_BUILD_APPLE_FRAMEWORK=OFF
-Donnxruntime_USE_DNNL=OFF
-Donnxruntime_USE_NNAPI_BUILTIN=OFF
-Donnxruntime_USE_VSINPU=OFF
-Donnxruntime_USE_RKNPU=OFF
-Donnxruntime_USE_LLVM=OFF
-Donnxruntime_ENABLE_MICROSOFT_INTERNAL=OFF
-Donnxruntime_USE_VITISAI=OFF
-Donnxruntime_USE_TENSORRT=OFF
-Donnxruntime_USE_TENSORRT_BUILTIN_PARSER=ON
-Donnxruntime_USE_TVM=OFF
-Donnxruntime_TVM_CUDA_RUNTIME=OFF
-Donnxruntime_TVM_USE_HASH=OFF
-Donnxruntime_USE_MIGRAPHX=OFF
-Donnxruntime_DISABLE_CONTRIB_OPS=OFF
-Donnxruntime_DISABLE_ML_OPS=OFF
-Donnxruntime_DISABLE_RTTI=OFF
-Donnxruntime_DISABLE_EXCEPTIONS=OFF
-Donnxruntime_MINIMAL_BUILD=OFF
-Donnxruntime_EXTENDED_MINIMAL_BUILD=OFF
-Donnxruntime_MINIMAL_BUILD_CUSTOM_OPS=OFF
-Donnxruntime_REDUCED_OPS_BUILD=OFF
-Donnxruntime_USE_DML=OFF
-Donnxruntime_USE_WINML=OFF
-Donnxruntime_BUILD_MS_EXPERIMENTAL_OPS=OFF
-Donnxruntime_USE_TELEMETRY=OFF
-Donnxruntime_ENABLE_LTO=OFF
-Donnxruntime_USE_ACL=OFF
-Donnxruntime_USE_ACL_1902=OFF
-Donnxruntime_USE_ACL_1905=OFF
-Donnxruntime_USE_ACL_1908=OFF
-Donnxruntime_USE_ACL_2002=OFF
-Donnxruntime_USE_ACL_2308=OFF
-Donnxruntime_USE_ARMNN=OFF
-Donnxruntime_ARMNN_RELU_USE_CPU=ON
-Donnxruntime_ARMNN_BN_USE_CPU=ON
-Donnxruntime_USE_JSEP=OFF
-Donnxruntime_ENABLE_NVTX_PROFILE=OFF
-Donnxruntime_ENABLE_TRAINING=OFF
-Donnxruntime_ENABLE_TRAINING_OPS=OFF
-Donnxruntime_ENABLE_TRAINING_APIS=OFF
-Donnxruntime_ENABLE_CPU_FP16_OPS=OFF
-Donnxruntime_USE_NCCL=OFF
-Donnxruntime_BUILD_BENCHMARKS=OFF
-Donnxruntime_USE_ROCM=OFF
-Donnxruntime_GCOV_COVERAGE=OFF
-Donnxruntime_USE_MPI=OFF
-Donnxruntime_ENABLE_MEMORY_PROFILE=OFF
-Donnxruntime_ENABLE_CUDA_LINE_NUMBER_INFO=OFF
-Donnxruntime_USE_CUDA_NHWC_OPS=OFF
-Donnxruntime_BUILD_WEBASSEMBLY_STATIC_LIB=OFF
-Donnxruntime_ENABLE_WEBASSEMBLY_EXCEPTION_CATCHING=ON
-Donnxruntime_ENABLE_WEBASSEMBLY_API_EXCEPTION_CATCHING=OFF
-Donnxruntime_ENABLE_WEBASSEMBLY_EXCEPTION_THROWING=ON
-Donnxruntime_WEBASSEMBLY_RUN_TESTS_IN_BROWSER=OFF
-Donnxruntime_ENABLE_WEBASSEMBLY_THREADS=OFF
-Donnxruntime_ENABLE_WEBASSEMBLY_DEBUG_INFO=OFF
-Donnxruntime_ENABLE_WEBASSEMBLY_PROFILING=OFF
-Donnxruntime_ENABLE_LAZY_TENSOR=OFF
-Donnxruntime_ENABLE_EXTERNAL_CUSTOM_OP_SCHEMAS=OFF
-Donnxruntime_ENABLE_CUDA_PROFILING=OFF
-Donnxruntime_ENABLE_ROCM_PROFILING=OFF
-Donnxruntime_USE_XNNPACK=OFF
-Donnxruntime_USE_WEBNN=OFF
-Donnxruntime_USE_CANN=OFF
-Donnxruntime_USE_TRITON_KERNEL=OFF
-Donnxruntime_DISABLE_FLOAT8_TYPES=OFF
-Donnxruntime_DISABLE_SPARSE_TENSORS=OFF
-Donnxruntime_DISABLE_OPTIONAL_TYPE=OFF
-Donnxruntime_BUILD_UNIT_TESTS=OFF
-Donnxruntime_CROSS_COMPILING=ON
-DCMAKE_TLS_VERIFY=ON
-DFETCHCONTENT_QUIET=OFF