/aosp_15_r20/external/executorch/docs/source/ |
H A D | apple-runtime.md | 30 1. Download the macOS `.dmg` installer from https://cmake.org/download 33 4. In a terminal, install the command line tools: `sudo /Applications/CMake.app/Contents/bin/cmake-… 128 5. Install [CMake](https://cmake.org): 130 Download the macOS binary distribution from the [CMake website](https://cmake.org/download), open t… 133 sudo /Applications/CMake.app/Contents/bin/cmake-gui --install 150 After the build finishes successfully, the resulting frameworks can be found in the `cmake-out` dir… 173 …emember to link against the ExecuTorch runtime (`libexecutorch`) in Debug mode even if other compo… 179 3. Select the configuration file in the build configurations for Release (or Debug) mode. 302 … logs are intentionally stripped out when the code is not built for Debug mode, i.e., the `DEBUG` … 306 …nst a Debug build of the ExecuTorch frameworks, configure your debugger to map the source code cor… [all …]
|
H A D | concepts.md | 5  7 <a href="./_static/img/concepts-map-overview.png" target="_blank">View in full size</a> 9 <a href="./_static/img/concepts-map-detailed.png" target="_blank">View detailed concept map</a> 27 ## ATen mode 29 …mode uses the ATen implementation of Tensor (`at::Tensor`) and related types, such as `ScalarType`… 32 - Note: ATen mode is currently a WIP. 58 ## [CMake](https://cmake.org/) 86 …ich appear in [eager mode](./concepts.md#eager-mode). Registered custom operators are registered i… 122 ## Eager mode 124 …untered. e.g. Jupyter / Colab notebooks are run in eager mode. This is in contrast to graph mode, … [all …]
|
/aosp_15_r20/external/armnn/delegate/armnnDelegateJNI/ |
H A D | CMakeLists.txt | 20 include(${ARMNN_SOURCE_DIR}/src/backends/backends.cmake) 46 # by adding -DCMAKE_ANDROID_STL_TYPE=c++_static to the cmake command when building for android 49 # Generate a map file for debug mode only 51 LINK_FLAGS " -Wl,--version-script=${version_script},-Map=mapfile.map")
|
/aosp_15_r20/external/libpng/ |
H A D | CMakeLists.txt | 14 # the accompanying file scripts/cmake/AUTHORS.md 322 file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/conftest.map" " 332 …list(APPEND CMAKE_REQUIRED_FLAGS "-Wl,--version-script='${CMAKE_CURRENT_BINARY_DIR}/conftest.map'") 345 list(APPEND CMAKE_REQUIRED_FLAGS "-Wl,-M -Wl,${CMAKE_CURRENT_BINARY_DIR}/conftest.map") 353 file(REMOVE "${CMAKE_CURRENT_BINARY_DIR}/conftest.map") 404 -P "${CMAKE_CURRENT_BINARY_DIR}/scripts/cmake/genchk.cmake" 427 -P "${CMAKE_CURRENT_BINARY_DIR}/scripts/cmake/genout.cmake" 446 -P "${CMAKE_CURRENT_BINARY_DIR}/scripts/cmake/gensrc.cmake" 576 -P "${CMAKE_CURRENT_BINARY_DIR}/scripts/cmake/gensrc.cmake" 794 configure_file("${CMAKE_CURRENT_SOURCE_DIR}/scripts/cmake/test.cmake.in" [all …]
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/ |
H A D | Readme.md | 22 2. For Delegate file mode following dependencies exist: 34 and add to every cmake command those compiler flags: 43 For Arm NN public C++ API mode: 45 For Delegate file mode: 52 1. Inside custom user directory specified by ARMNN_LIB_DIR cmake option. 59 Please see [find_armnn.cmake](./cmake/find_armnn.cmake) for implementation details. 89 1. Inside custom user directory specified by OPENCV_LIB_DIR cmake option. 96 Please see [find_opencv.cmake](./cmake/find_opencv.cmake) for implementation details. 98 ### Tensorflow Lite (Needed only in delegate file mode) 103 …d Tensorflow lite and provide the path to its root and output library directories through the cmake [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/ |
H A D | README.md | 2 …JIT & eager modes, so one should disable JIT AMP support & leverage eager mode AMP support to use … 79 cmake/public/mkldnn.cmake 80 cmake/Modules/FindMKLDNN.cmake 81 cmake/Dependencies.cmake 84 To map another op to oneDNN Graph, you should add an entry for it in in createOperator in torch/csr…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/ |
D | RELEASE_NOTES.md | 63 - acc79aa0e747 Revert "Revert 1689ad27af5"[builtins] Implement rounding mode support for i386/x86_64 92 - 1689ad27af5c [builtins] Implement rounding mode support for i386/x86_64 98 - r371003 Revert "Revert "[builtins] Rounding mode support for addxf3/subxf3"" 106 - r371643 [IRMover] Don't map globals if their types are the same 119 - r372835 [lldb] [cmake] Fix installing Python modules on systems using /usr/lib 167 - r372835 [lldb] [cmake] Fix installing Python modules on systems using /usr/lib
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/release/ |
D | 3.12.rst | 18 value (e.g. via the :manual:`cmake(1)` ``-T`` option) to specify a 24 * The :manual:`cmake(1)` :ref:`Build Tool Mode` (``cmake --build``) gained 26 build level. They map to corresponding options of the native build tool. 47 CMake's command-line tool mode with :command:`execute_process`. 144 :manual:`generator expressions <cmake-generator-expressions(7)>`. 205 :manual:`generator expression <cmake-generator-expressions(7)>` 210 :manual:`generator expression <cmake-generator-expressions(7)>` 214 :manual:`generator expression <cmake-generator-expressions(7)>` 218 :manual:`generator expression <cmake-generator-expressions(7)>` 250 * The :manual:`Compile Features <cmake-compile-features(7)>` functionality [all …]
|
/aosp_15_r20/external/nanopb-c/ |
H A D | CHANGELOG.txt | 21 Fix empty submessages getting encoded in proto3 mode (#395) 35 Generator: Allow comma separated options in plugin mode (#343) 40 Fix FindNanopb.cmake on Windows (#335) 43 Allow cmake to build as a shared library (#352, #353) 61 Add test/example of using 'map' type. (#289) 82 Multiple fixes related to proto3 mode (#242, #245, #247, #249) 89 Allow overriding proto3 mode (#228) 154 Updates for the CMake rule file, add cmake example. 227 Fixed path in FindNanopb.cmake (issue 94) 305 Remove "skip" mode from pb_istream_t callbacks. Example implementation had a bug. (issue 37)
|
/aosp_15_r20/external/mesa3d/docs/drivers/ |
H A D | llvmpipe.rst | 17 - For x86 or amd64 processors, 64-bit mode is recommended. Support for 92 properly using the Android NDK, so the below cmake command can be 99 cmake ../llvm-project-18.1.1.src/llvm \ 100 -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_ROOT}/build/cmake/android.toolchain.cmake \ 251 ``/tmp/perf-XXXXX.map`` file with symbol address table. It also dumps 252 assembly code to ``/tmp/perf-XXXXX.map.asm``, which can be used by the 272 LLVMpipe will create a ``jit-symbols-XXXXX.map`` file containing the symbol 274 disassemblies to ``jit-symbols-XXXXX.map.asm``. Run your folded traces and 275 both output files through the ``bin/flamegraph_map_lp_jit.py`` script to map
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/ |
D | LLVMDistributionSupport.cmake | 8 # - The build target for the CMake exports is called ${project}-cmake-exports 9 # (except LLVM where it's just cmake-exports). 13 # - The ${PROJECT}_CMAKE_DIR variable is computed by ${project}Config.cmake to 30 # Build the map of targets to distributions that's used to look up the 46 # mode, emitting a single error at the end for readability. 118 # this argument should match the casing used by the project's Config.cmake 159 set(suffix "Exports.cmake") # legacy 161 set(suffix "Targets.cmake") 178 # ${project}-${distribution}-cmake-exports, where ${project} is the project name 180 # for LLVM, where the target is just called ${distribution}-cmake-exports. See [all …]
|
D | HandleLLVMOptions.cmake | 94 # On non-Debug builds cmake automatically defines NDEBUG, so we 114 # Cautiously enable the extensive hardening mode in libc++. 266 # See rpath handling in AddLLVM.cmake 340 # In case of MSVC cmake always invokes the linker directly, so the linker 341 # should be specified by CMAKE_LINKER cmake variable instead of by -fuse-ld 559 # Allow users to request PDBs in release mode. CMake offeres the 566 # /DEBUG disables linker GC and ICF, but we want those in Release mode. 626 # Enable standards conformance mode. 720 …-wd4577 # Suppress 'noexcept used with no exception handling mode specified; termination on except… 908 # Use -O1 even in debug mode, otherwise sanitizers slowdown is too large. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/cmake/llvm/ |
D | LLVMDistributionSupport.cmake | 8 # - The build target for the CMake exports is called ${project}-cmake-exports 9 # (except LLVM where it's just cmake-exports). 13 # - The ${PROJECT}_CMAKE_DIR variable is computed by ${project}Config.cmake to 30 # Build the map of targets to distributions that's used to look up the 46 # mode, emitting a single error at the end for readability. 118 # this argument should match the casing used by the project's Config.cmake 159 set(suffix "Exports.cmake") # legacy 161 set(suffix "Targets.cmake") 178 # ${project}-${distribution}-cmake-exports, where ${project} is the project name 180 # for LLVM, where the target is just called ${distribution}-cmake-exports. See [all …]
|
D | HandleLLVMOptions.cmake | 116 # On non-Debug builds cmake automatically defines NDEBUG, so we 136 # Cautiously enable the extensive hardening mode in libc++. 295 # See rpath handling in AddLLVM.cmake 369 # In case of MSVC cmake always invokes the linker directly, so the linker 370 # should be specified by CMAKE_LINKER cmake variable instead of by -fuse-ld 588 # Allow users to request PDBs in release mode. CMake offeres the 595 # /DEBUG disables linker GC and ICF, but we want those in Release mode. 655 # Enable standards conformance mode. 749 …-wd4577 # Suppress 'noexcept used with no exception handling mode specified; termination on except… 937 # Use -O1 even in debug mode, otherwise sanitizers slowdown is too large. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/llvm/ |
D | LLVMDistributionSupport.cmake | 8 # - The build target for the CMake exports is called ${project}-cmake-exports 9 # (except LLVM where it's just cmake-exports). 13 # - The ${PROJECT}_CMAKE_DIR variable is computed by ${project}Config.cmake to 30 # Build the map of targets to distributions that's used to look up the 46 # mode, emitting a single error at the end for readability. 118 # this argument should match the casing used by the project's Config.cmake 159 set(suffix "Exports.cmake") # legacy 161 set(suffix "Targets.cmake") 178 # ${project}-${distribution}-cmake-exports, where ${project} is the project name 180 # for LLVM, where the target is just called ${distribution}-cmake-exports. See [all …]
|
D | HandleLLVMOptions.cmake | 118 # On non-Debug builds cmake automatically defines NDEBUG, so we 138 # Cautiously enable the extensive hardening mode in libc++. 297 # See rpath handling in AddLLVM.cmake 371 # In case of MSVC cmake always invokes the linker directly, so the linker 372 # should be specified by CMAKE_LINKER cmake variable instead of by -fuse-ld 590 # Allow users to request PDBs in release mode. CMake offeres the 597 # /DEBUG disables linker GC and ICF, but we want those in Release mode. 657 # Enable standards conformance mode. 751 …-wd4577 # Suppress 'noexcept used with no exception handling mode specified; termination on except… 939 # Use -O1 even in debug mode, otherwise sanitizers slowdown is too large. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/cmake/llvm/ |
D | LLVMDistributionSupport.cmake | 8 # - The build target for the CMake exports is called ${project}-cmake-exports 9 # (except LLVM where it's just cmake-exports). 13 # - The ${PROJECT}_CMAKE_DIR variable is computed by ${project}Config.cmake to 30 # Build the map of targets to distributions that's used to look up the 46 # mode, emitting a single error at the end for readability. 118 # this argument should match the casing used by the project's Config.cmake 159 set(suffix "Exports.cmake") # legacy 161 set(suffix "Targets.cmake") 178 # ${project}-${distribution}-cmake-exports, where ${project} is the project name 180 # for LLVM, where the target is just called ${distribution}-cmake-exports. See [all …]
|
D | HandleLLVMOptions.cmake | 116 # On non-Debug builds cmake automatically defines NDEBUG, so we 136 # Cautiously enable the extensive hardening mode in libc++. 295 # See rpath handling in AddLLVM.cmake 369 # In case of MSVC cmake always invokes the linker directly, so the linker 370 # should be specified by CMAKE_LINKER cmake variable instead of by -fuse-ld 588 # Allow users to request PDBs in release mode. CMake offeres the 595 # /DEBUG disables linker GC and ICF, but we want those in Release mode. 655 # Enable standards conformance mode. 749 …-wd4577 # Suppress 'noexcept used with no exception handling mode specified; termination on except… 937 # Use -O1 even in debug mode, otherwise sanitizers slowdown is too large. [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/ |
D | cmake-presets.7.rst | 1 .. cmake-manual-description: CMakePresets.json 3 cmake-presets(7) 63 An optional map containing vendor-specific information. CMake does not 64 interpret the contents of this field except to verify that it is a map if 68 desired by the vendor, though will typically be a map. 94 This identifier is used in the :ref:`cmake --preset <CMake Options>` option. 103 will not show up in the :manual:`CMake GUI <cmake-gui(1)>`, and does not 129 An optional map containing vendor-specific information. CMake does not 130 interpret the contents of this field except to verify that it is a map 218 An optional map of cache variables. The key is the variable name (which [all …]
|
/aosp_15_r20/external/libwebsockets/lib/event-libs/ |
H A D | README.md | 36 All event libs should add a cmake define `LWS_WITH_**lib name**` and make its 38 `./cmake/lws_config.h.in` as well so user builds can understand if the event 41 If the event lib is disabled in cmake, nothing in its directory is built or 69 used for plugin mode, like this... 76 } map[] = {
|
/aosp_15_r20/external/openthread/etc/cmake/ |
H A D | options.cmake | 37 option(OT_LINKER_MAP "generate .map files for example apps" ON) 53 # Declare an (ON/OFF/unspecified) OT cmake config with `name` 55 # `description` provides the help string for this OT cmake 57 # determines the default value for the cmake config. If not 84 # Declare a string OT cmake config with `name` mapping to 86 # the help string for this OT cmake config. There is an optional 88 # for the cmake config. If not provided empty string is used 109 # Declares a integer-value OT cmake config with `name` mapping to 112 # the cmake config. If not provided empty string is used which 135 # Declares a multi-value OT cmake config with `name` with valid [all …]
|
/aosp_15_r20/external/webp/ |
H A D | ChangeLog | 13 e2c8f233 cmake,wasm: simplify SDL2 related flags 14 d537cd37 cmake: fix vwebp_sdl compile w/libsdl-org release 24 8a7e9112 Merge "CMakeLists.txt: apply cmake-format" into main 28 fba7d62e CMakeLists.txt: apply cmake-format 38 cbe825e4 cmake: fix sharpyuv simd files' build 147 ebb6f949 cmake,emscripten: explicitly set stack size 169 ff6c7f4e CONTRIBUTING.md: add C style / cmake-format notes 170 dd530437 add .cmake-format.py 171 adbe2cb1 cmake,cosmetics: apply cmake-format 184 cba30078 WebPConfig.cmake.in: use calculated include path [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/ |
H A D | CHANGES.txt | 89 * Lookup operations now correctly reject unhashable types as map keys. 114 * cmake: Revert "Fix cmake install targets (#9822)" (#10060) 124 * cmake: Call get_filename_component() with DIRECTORY mode instead of PATH mode (#9614) 127 * Fix cmake install targets (#9822) 194 * Rename main cmake/CMakeLists.txt to CMakeLists.txt (#9603) 196 * cmake: Call get_filename_component() with DIRECTORY mode instead of PATH mode (#9614) 284 * Don't support map fields in DynamicMessage.Builder.{getFieldBuilder,getRepeatedFieldBuilder} 343 * Assert a maximum map alignment for allocated values 364 * Add cmake option `protobuf_INSTALL` to not install files (#7123) 368 * Manually destruct map fields. [all …]
|
/aosp_15_r20/external/protobuf/ |
H A D | CHANGES.txt | 89 * Lookup operations now correctly reject unhashable types as map keys. 114 * cmake: Revert "Fix cmake install targets (#9822)" (#10060) 124 * cmake: Call get_filename_component() with DIRECTORY mode instead of PATH mode (#9614) 127 * Fix cmake install targets (#9822) 194 * Rename main cmake/CMakeLists.txt to CMakeLists.txt (#9603) 196 * cmake: Call get_filename_component() with DIRECTORY mode instead of PATH mode (#9614) 284 * Don't support map fields in DynamicMessage.Builder.{getFieldBuilder,getRepeatedFieldBuilder} 343 * Assert a maximum map alignment for allocated values 364 * Add cmake option `protobuf_INSTALL` to not install files (#7123) 368 * Manually destruct map fields. [all …]
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/ |
H A D | CMakeLists.txt | 7 # strip -DNDEBUG from the default CMake flags in DEBUG mode. 149 # libstdc++ provides different definitions within <map> between dialects. When 206 include(AssemblyTests.cmake)
|