Home
last modified time | relevance | path

Searched +full:cmake +full:- +full:ext (Results 1 – 25 of 228) sorted by relevance

12345678910

/aosp_15_r20/external/OpenCL-ICD-Loader/.github/workflows/
H A Dlinux.yml6 …b.workspace }}/install/lib/pkgconfig:${{ github.workspace }}/external/OpenCL-Headers/install/share…
11 runs-on: ubuntu-20.04
14 CMAKE: [3.21.2]
16 …CMAKE_URL: https://github.com/Kitware/CMake/releases/download/v${{ matrix.CMAKE }}/cmake-${{ matri…
19 - name: Cache CMake
21 id: cmake
23 cache-name: cache-cmake
25 path: ~/cmake-${{matrix.CMAKE}}-Linux-x86_64.tar.gz
26 key: ${{ runner.os }}-${{ env.cache-name }}-${{matrix.CMAKE}}
27 - name: Checkout CMake
[all …]
H A Dwindows.yml8 runs-on: windows-2022
11 CMAKE: [3.22.0]
14 …CMAKE_URL: https://github.com/Kitware/CMake/releases/download/v${{matrix.CMAKE}}/cmake-${{matrix.C…
15 … NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v${{matrix.NINJA}}/ninja-win.zip
18 - name: Cache CMake
20 id: cmake
22 cache-name: cache-cmake
24 path: ~/Downloads/cmake-${{matrix.CMAKE}}-windows-x86_64.zip
25 key: ${{ runner.os }}-${{ env.cache-name }}-${{matrix.CMAKE}}
26 - name: Cache Ninja
[all …]
H A Dmacos.yml6 …b.workspace }}/install/lib/pkgconfig:${{ github.workspace }}/external/OpenCL-Headers/install/share…
9 macos-gcc:
10 #runs-on: macos-latest
11 runs-on: macos-11 # temporary, macos-latest only supports gcc-12
15 EXT: [ON, OFF]
16 GEN: [Xcode, Ninja Multi-Config]
20 - name: Checkout OpenCL-ICD-Loader
23 - name: Checkout OpenCL-Headers
26 repository: KhronosGroup/OpenCL-Headers
27 path: external/OpenCL-Headers
[all …]
/aosp_15_r20/external/OpenCL-CLHPP/.github/workflows/
H A Dlinux.yml6 …{{ github.workspace }}/external/OpenCL-Headers/install/share/pkgconfig:${{ github.workspace }}/ext…
9 cmake-minimum:
10 runs-on: ${{ matrix.OS }}
11 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127
14 OS: [ubuntu-20.04]
15 VER: [7] # gcc-8, clang-8, clang-10
16 EXT: [ON, OFF]
20 BIN: [64] # Temporarily disable cross-compilation (will need toolchain files)
21 CMAKE: [3.1.3]
23 CMAKE_EXE: /opt/Kitware/CMake/${{ matrix.CMAKE }}/bin/cmake
[all …]
H A Dwindows.yml7 runs-on: windows-2022
11 EXT: [ON] # OFF: error C2079: 'statbuf' uses undefined struct 'stat'
12 GEN: [Visual Studio 17 2022, Ninja Multi-Config]
15 CMAKE: [3.22.0]
17 …CMAKE_URL: https://github.com/Kitware/CMake/releases/download/v${{matrix.CMAKE}}/cmake-${{matrix.C…
18 CMAKE_EXE: C:\Tools\Kitware\CMake\${{matrix.CMAKE}}\bin\cmake.exe
19 CTEST_EXE: C:\Tools\Kitware\CMake\${{matrix.CMAKE}}\bin\ctest.exe
20 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
24 - name: Checkout OpenCL-CLHPP
29 - name: Checkout OpenCL-Headers
[all …]
H A Dmacos.yml6 …{{ github.workspace }}/external/OpenCL-Headers/install/share/pkgconfig:${{ github.workspace }}/ext…
9 macos-gcc:
10 #runs-on: macos-latest
11 runs-on: macos-11 # temporary, macos-latest only supports gcc-12
15 EXT: [ON, OFF]
16 GEN: [Xcode, Ninja Multi-Config]
20 - name: Checkout OpenCL-CLHPP
25 - name: Checkout OpenCL-Headers
28 repository: KhronosGroup/OpenCL-Headers
29 path: external/OpenCL-Headers
[all …]
/aosp_15_r20/external/OpenCL-Headers/.github/workflows/
H A Dwindows.yml5 paths-ignore:
6 - '**/*.md'
8 paths-ignore:
9 - '**/*.md'
13 runs-on: windows-latest
17 EXT: [ON, OFF]
22 - VER: v141
23 EXT: OFF
24 GEN: Ninja Multi-Config
28 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/
H A DMakefile.am3 ACLOCAL_AMFLAGS = -I m4
7 # Build . before src so that our all-local and clean-local hooks kicks in at
22 check-local:
28 # be careful because clean-local is also invoked during "make distclean", but
33 clean-local:
34 @if test -e third_party/googletest/Makefile; then \
38 if test -e conformance/Makefile; then \
42 if test -e benchmarks/Makefile; then \
46 if test -e objectivec/DevTools; then \
48 rm -f objectivec/DevTools/*.pyc; \
[all …]
/aosp_15_r20/external/protobuf/
H A DMakefile.am3 ACLOCAL_AMFLAGS = -I m4
7 # Build . before src so that our all-local and clean-local hooks kicks in at
22 check-local:
28 # be careful because clean-local is also invoked during "make distclean", but
33 clean-local:
34 @if test -e third_party/googletest/Makefile; then \
38 if test -e conformance/Makefile; then \
42 if test -e benchmarks/Makefile; then \
46 if test -e objectivec/DevTools; then \
48 rm -f objectivec/DevTools/*.pyc; \
[all …]
H A D.gitignore1 # autogen.sh-generated files
9 install-sh
24 # in-tree configure-generated files
32 protobuf-lite.pc
35 stamp-h1
37 # in-tree build products
54 *.egg-info
71 src/no-warning-test
72 src/protobuf*-test
76 ar-lib
[all …]
/aosp_15_r20/external/executorch/examples/portable/custom_ops/
H A Dtest_custom_ops.sh5 # This source code is licensed under the BSD-style license found in the
8 # Test the end-to-end flow of using custom operator in a PyTorch model and use
12 set -e
20 ${PYTHON_EXECUTABLE} -m "examples.portable.custom_ops.${model_name}"
23 local build_dir=cmake-out/${example_dir}
24 rm -rf ${build_dir}
25 retry cmake \
26 -DREGISTER_EXAMPLE_CUSTOM_OP=1 \
27 -DCMAKE_INSTALL_PREFIX=cmake-out \
28 -DPYTHON_EXECUTABLE="$PYTHON_EXECUTABLE" \
[all …]
/aosp_15_r20/external/executorch/examples/xnnpack/quantization/
H A Dtest_quantize.sh5 # This source code is licensed under the BSD-style license found in the
8 # Test the end-to-end quantization flow.
10 set -e
19 EXT=".dylib"
22 EXT=".so"
27 echo $EXT
32 SO_LIB=$($BUCK build //kernels/quantized:aot_lib --show-output | grep "buck-out" | cut -d" " -f2)
35 …${PYTHON_EXECUTABLE} -m "examples.xnnpack.quantization.example" --so_library="$SO_LIB" --model_nam…
38 …$BUCK run //examples/portable/executor_runner:executor_runner -- --model_path="./${1}_quantized.pt…
47 …SITE_PACKAGES="$(${PYTHON_EXECUTABLE} -c 'from distutils.sysconfig import get_python_lib; print(ge…
[all …]
/aosp_15_r20/external/rust/crabbyavif/.github/workflows/
Dconformance-tests.yml5 - main
13 group: ${{ github.workflow }}-${{ github.ref }}
14 cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
17 conformance-tests:
19 runs-on: ${{ matrix.os }}
21 fail-fast: false
23 os: [ubuntu-latest, macos-latest, windows-latest]
26 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28 - name: Setup Visual Studio shell
30 uses: egor-tensin/vs-shell@9a932a62d05192eae18ca370155cf877eecc2202 # v2.1
[all …]
Dbuild-and-run-tests.yml5 - main
13 group: ${{ github.workflow }}-${{ github.ref }}
14 cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
17 build-and-run-tests:
19 runs-on: ${{ matrix.os }}
21 fail-fast: false
23 os: [ubuntu-latest, macos-latest, windows-latest]
29 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
31 - name: Setup Visual Studio shell
33 uses: egor-tensin/vs-shell@9a932a62d05192eae18ca370155cf877eecc2202 # v2.1
[all …]
/aosp_15_r20/external/licenseclassifier/commentparser/language/
H A Dlanguage.go7 // http://www.apache.org/licenses/LICENSE-2.0
37 CMake const
86 applescript // -- ... and (* ... *)
89 cmake // # ... and #[[ ... ]] const
92 haskell // -- ... and {- ... -}
93 html // <!-- ... -->
99 sql // -- ... and /* ... */
105 ext := strings.ToLower(filepath.Ext(filename))
106 if len(ext) == 0 || ext[0] != '.' {
110 switch ext[1:] { // Skip the '.'.
[all …]
/aosp_15_r20/external/pytorch/
H A Dsetup.py5 # build with -O0 and -g (debug symbols)
8 # build with optimizations and -g (debug symbols)
23 # default behavior of autogoo and cmake build systems.)
32 # build CUDA kernels with -lineinfo --source-in-ptx. Note that
67 # MKL-DNN threading mode: TBB or OMP (default)
70 # Prefer to link with MKL statically - Unix only
90 # disables use of system-wide nccl (we will use our submoduled
113 # specify the version of PyTorch, rather than the hard-coded version
127 # specify a namespace for ONNX built here rather than the hard-coded
147 # /usr/local/cuda-x.y
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/
D.cargo-checksum.json1-OF-CONDUCT.md":"4fcdab8c8ca45051e248fe4ce3dbd9ea9155cc8f406cf9ec9770b6e5818fbc45","grpc/CONCEPTS.…
/aosp_15_r20/external/libconfig/docs/dist/
HDlibconfig-1.7.tar.gz ... cmake/CMakeFiles/ libconfig-1.7/contrib/cmake/CMakeFiles/CMakeCXXCompiler.cmake libconfig-1.7/ ...
HDlibconfig-1.7.1.tar.gz ... 1/contrib/cmake/cmake_work/FindConfig.cmake libconfig-1.7.1/contrib/cmake/ ...
HDlibconfig-1.7.2.tar.gz ... 2/contrib/cmake/cmake_work/FindConfig.cmake libconfig-1.7.2/contrib/cmake/ ...
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCSharpUtilities.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
2 # file Copyright.txt or https://cmake.org/licensing for details.
6 ---------------
12 A collection of CMake utility functions useful for dealing with CSharp
19 - :command:`csharp_set_windows_forms_properties`
20 - :command:`csharp_set_designer_cs_properties`
21 - :command:`csharp_set_xaml_cs_properties`
25 - :command:`csharp_get_filename_keys`
26 - :command:`csharp_get_filename_key_base`
27 - :command:`csharp_get_dependentupon_name`
[all …]
DExternalData.cmake1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
2 # file Copyright.txt or https://cmake.org/licensing for details.
6 ------------
19 remote content-addressed locations. Functions provided by this module
26 .. code-block:: cmake
63 The ``ExternalData_Add_Test`` function wraps around the CMake
96 :generator:`Ninja` and :generator:`Ninja Multi-Config` generators and ``ON``
120 Specify a full path to a ``.cmake`` custom fetch script identified by
129 such ``<file>`` a content link named ``<file><ext>`` is created. The
211 data file at ``<name>`` or a "content link" at ``<name><ext>`` containing a
[all …]
/aosp_15_r20/external/grpc-grpc/templates/
H A DCMakeLists.txt.template2 --- |
3 # GRPC global cmake file
16 # http://www.apache.org/licenses/LICENSE-2.0
44 def proto_replace_ext(filename, ext):
49 return '${_gRPC_PROTO_GENS_DIR}/' + third_party_proto_import_path(m.group(1)) + ext
56 """Gets the corresponding cmake target for given absl library."""
57 # The "cmake_target" field originates from src/abseil-cpp/preprocessed_builds.yaml.gen.py
71 # its non-abseil transitive dependencies depend on.
122 if lib_name == 'opentelemetry-cpp::api':
144 libs.add("-l" + lib)
[all …]
/aosp_15_r20/external/grpc-grpc/tools/buildgen/
H A Dextract_metadata_from_bazel_xml.py8 # http://www.apache.org/licenses/LICENSE-2.0
30 # format entirely or simplify it to a point where it becomes self-explanatory
54 - destination(int): The relative path of this proto library should be.
56 - proto_prefix(str): The prefix to remove in order to insure the proto import
59 - urls(List[str]): Following 3 fields should be filled by build metadata from
61 - hash(str): The hash of the downloaded archive
62 - strip_prefix(str): The path to be stripped from the extracted directory, see
81 destination="third_party/envoy-api",
82 proto_prefix="third_party/envoy-api/",
92 destination="third_party/opencensus-proto/src",
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dremove-owners.patch1 diff --git a/grpc/OWNERS b/grpc/OWNERS
4 --- a/grpc/OWNERS
6 @@ -1,3 +0,0 @@
7 -# Top level ownership
8 -@markdroth **/OWNERS
9 -@a11r **/OWNERS
10 diff --git a/grpc/bazel/OWNERS b/grpc/bazel/OWNERS
13 --- a/grpc/bazel/OWNERS
15 @@ -1,5 +0,0 @@
16 -set noparent
[all …]

12345678910