Home
last modified time | relevance | path

Searched +full:cpu +full:- +full:aarch64 (Results 1 – 25 of 1015) sorted by relevance

12345678910>>...41

/external/pytorch/.github/workflows/
Dgenerated-linux-aarch64-binary-manywheel-nightly.yml5 name: linux-aarch64-binary-manywheel
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_wheel/*'
25 AWS_DEFAULT_REGION: us-east-1
27 BUILD_ENVIRONMENT: linux-aarch64-binary-manywheel
36 …up: linux-aarch64-binary-manywheel-${{ github.event.pull_request.number || github.ref_name }}-${{ …
37 cancel-in-progress: true
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
DAArch64TargetParser.cpp1 //===-- AArch64TargetParser - Parser for AArch64 features -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file implements a target parser to recognise AArch64 hardware features
10 // such as FPU/CPU/ARCH and extension names.
12 //===----------------------------------------------------------------------===//
24 return (Arch[1] - 48); in checkArchVersion()
28 uint64_t AArch64::getDefaultExtensions(StringRef CPU, in getDefaultExtensions() argument
29 const AArch64::ArchInfo &AI) { in getDefaultExtensions()
30 if (CPU == "generic") in getDefaultExtensions()
[all …]
/external/tensorflow/tensorflow/tools/toolchains/cpus/arm/
Dcc_config.bzl.tpl19 if (ctx.attr.cpu == "armeabi"):
20 toolchain_identifier = "arm-linux-gnueabihf"
21 elif (ctx.attr.cpu == "aarch64"):
22 toolchain_identifier = "aarch64-linux-gnu"
23 elif (ctx.attr.cpu == "local"):
28 if (ctx.attr.cpu == "armeabi"):
30 elif (ctx.attr.cpu == "aarch64"):
31 host_system_name = "aarch64"
32 elif (ctx.attr.cpu == "local"):
37 if (ctx.attr.cpu == "armeabi"):
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAArch64TargetParser.cpp1 //===-- AArch64TargetParser - Parser for AArch64 features -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file implements a target parser to recognise AArch64 hardware features
10 // such as FPU/CPU/ARCH and extension names.
12 //===----------------------------------------------------------------------===//
23 return (Arch[1] - 48); in checkArchVersion()
27 unsigned AArch64::getDefaultFPU(StringRef CPU, AArch64::ArchKind AK) { in getDefaultFPU() argument
28 if (CPU == "generic") in getDefaultFPU()
31 return StringSwitch<unsigned>(CPU) in getDefaultFPU()
[all …]
/external/pytorch/.github/scripts/
Dgenerate_binary_build_matrix.py8 * CPU
28 CPU_CXX11_ABI_ARCH = ["cpu-cxx11-abi"]
31 CPU_AARCH64_ARCH = ["cpu-aarch64"]
34 CPU_S390X_ARCH = ["cpu-s390x"]
37 CUDA_AARCH64_ARCH = ["cuda-aarch64"]
42 …"nvidia-cuda-nvrtc-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | " …
43 …"nvidia-cuda-runtime-cu11==11.8.89; platform_system == 'Linux' and platform_machine == 'x86_64' | "
44 … "nvidia-cuda-cupti-cu11==11.8.87; platform_system == 'Linux' and platform_machine == 'x86_64' | "
45 … "nvidia-cudnn-cu11==9.1.0.70; platform_system == 'Linux' and platform_machine == 'x86_64' | "
46 … "nvidia-cublas-cu11==11.11.3.6; platform_system == 'Linux' and platform_machine == 'x86_64' | "
[all …]
/external/skia/toolchain/
Dndk_linux_arm64_toolchain_config.bzl8 built-in `android_ndk_repository` Bazel rule[1], which was used to build the SkCMS repository up
30 _ARMEABI_V7A = "armeabi-v7a"
31 _ARM64_V8A = "arm64-v8a"
52 def _get_default_compile_flags(cpu):
53 if cpu == _ARMEABI_V7A:
55 "-D__ANDROID_API__=29",
56 "-isystem",
57 NDK_PATH + "/sysroot/usr/include/arm-linux-androideabi",
58 "-target",
59 "armv7-none-linux-androideabi",
[all …]
DBUILD.bazel21 "@platforms//cpu:x86_64",
28 "@platforms//cpu:x86_64",
36 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
41 # more than one cpu type in exec_compatible_with. Thus, we list the same toolchain twice.
46 "@platforms//cpu:x86_64",
50 "@platforms//cpu:x86_64",
54 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
62 "@platforms//cpu:arm64",
66 "@platforms//cpu:arm64",
70 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
[all …]
/external/clang/test/Driver/
Daarch64-cpus.c3 // RUN: %clang -target aarch64 -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
4 // RUN: %clang -target aarch64 -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
5 // RUN: %clang -target aarch64 -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC %s
6 // RUN: %clang -target aarch64 -mlittle-endian -mcpu=generic -### -c %s 2>&1 | FileCheck -check-pre…
7 // RUN: %clang -target aarch64_be -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=GENERIC…
8 // RUN: %clang -target aarch64_be -mlittle-endian -mcpu=generic -### -c %s 2>&1 | FileCheck -check-
9 // GENERIC: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-cpu" "generic"
11 // RUN: %clang -target arm64 -### -c %s 2>&1 | FileCheck -check-prefix=ARM64-GENERIC %s
12 // RUN: %clang -target arm64 -mcpu=generic -### -c %s 2>&1 | FileCheck -check-prefix=ARM64-GENERIC …
13 // RUN: %clang -target arm64 -mlittle-endian -### -c %s 2>&1 | FileCheck -check-prefix=ARM64-GENERI…
[all …]
/external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/platforms/
DBUILD.bazel12 name = "aarch64-apple-darwin",
14 "@platforms//cpu:aarch64",
20 name = "aarch64-apple-ios",
22 "@platforms//cpu:aarch64",
28 name = "aarch64-linux-android",
30 "@platforms//cpu:aarch64",
36 name = "aarch64-unknown-linux-gnu",
38 "@platforms//cpu:aarch64",
44 name = "wasm32-unknown-unknown",
46 "@platforms//cpu:wasm32",
[all …]
/external/tensorflow/tensorflow/tools/toolchains/embedded/arm-linux/
Dcc_config.bzl.tpl19 if (ctx.attr.cpu == "aarch64"):
20 toolchain_identifier = "aarch64-linux-gnu"
21 host_system_name = "aarch64"
22 target_system_name = "aarch64"
23 target_cpu = "aarch64"
24 target_libc = "aarch64"
25 abi_version = "aarch64"
26 abi_libc_version = "aarch64"
27 elif (ctx.attr.cpu == "armhf"):
28 toolchain_identifier = "armhf-linux-gnueabihf"
[all …]
/external/llvm/lib/Support/
DTargetParser.cpp1 //===-- TargetParser - Parser for target features ---------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
11 // FPU/CPU/ARCH names as well as specific support such as HDIV, etc.
13 //===----------------------------------------------------------------------===//
24 using namespace AArch64;
43 { NAME, sizeof(NAME) - 1, KIND, VERSION, NEON_SUPPORT, RESTRICTION },
48 // This table also provides the build attribute fields for CPU arch
69 // CPU class in build attributes.
72 // Sub-Arch name.
77 {NAME, sizeof(NAME) - 1, CPU_ATTR, sizeof(CPU_ATTR) - 1, SUB_ARCH, \
[all …]
/external/bazelbuild-rules_java/java/bazel/
Drepositories_util.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
21 "release": "8.78.0.19-ca-jdk8.0.412",
23 "linux": ["aarch64", "x86_64"],
24 "macos": ["aarch64", "x86_64"],
29 "release": "8u292-b10",
37 "release": "11.72.19-ca-jdk11.0.23",
39 "linux": ["aarch64", "x86_64"],
40 "macos": ["aarch64", "x86_64"],
59 "release": "17.50.19-ca-jdk17.0.11",
61 "linux": ["aarch64", "x86_64"],
[all …]
/external/perfetto/test/trace_processor/diff_tests/parser/parsing/
Dtests.py8 # http://www.apache.org/licenses/LICENSE-2.0
27 # http://perfetto/dev/docs/analysis/trace-processor#diff-tests for choosing
89 # CPU Frequency
109 110,-1,2
115 # having one slice fewer for each cpu (the first compact sched_switch event
121 SELECT ts, cpu, dur, ts_end, end_state, priority, tid, name
123 ORDER BY cpu, sched.ts ASC;
131 SELECT ts, cpu, dur, ts_end, end_state, priority, tid, name
133 ORDER BY cpu, sched.ts ASC;
208 cpu: 2
[all …]
/external/bazelbuild-rules_python/python/
Dversions.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
25 DEFAULT_RELEASE_BASE_URL = "https://github.com/indygreg/python-build-standalone/releases/download"
29 # bazel run //python/private:print_toolchains_checksums --//python/config_settings:python_version…
34 # "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst",
36 # "x86_64-apple-darwin": "8d06bec08db8cdd0f64f4f05ee892cf2fcbc58cfb1dd69da2caab78fac42023…
37 # "x86_64-unknown-linux-gnu": "aec8c4c53373b90be7e2131093caa26063be6d9d826f599c935c0e1042…
40 # "x86_64-apple-darwin": "<label_for_darwin>"",
41 # "x86_64-unknown-linux-gnu": "<label_for_linux>"",
48 # buildifier: disable=unsorted-dict-items
51 "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst",
[all …]
/external/coreboot/Documentation/mainboard/emulation/
Dqemu-aarch64.md1 # QEMU AArch64 emulator
2 This page describes how to build and run coreboot for QEMU/AArch64.
4 as a payload for QEMU/AArch64.
8 qemu-system-aarch64 -bios ./build/coreboot.rom \
9 -M virt,secure=on,virtualization=on -cpu cortex-a53 \
10 -nographic -m 8192M
13 - The default CPU in QEMU for AArch64 is a cortex-a15 which is 32-bit
14 ARM CPU. You need to specify 64-bit ARM CPU via `-cpu cortex-a53`.
15 - The default privilege level in QEMU for AArch64 is EL1 that we can't
17 via `-machine secure=on,virtualization=on`.
[all …]
/external/rust/android-crates-io/crates/ring/src/aead/
Dgcm.rs19 use crate::cpu;
22 #[cfg(not(target_arch = "aarch64"))]
28 cpu_features: cpu::Features,
32 pub(super) fn new(h_be: Block, cpu_features: cpu::Features) -> Self { in new()
55 target_arch = "aarch64", in new()
69 #[cfg(any(target_arch = "aarch64", target_arch = "arm"))] in new()
79 #[cfg(not(target_arch = "aarch64"))] in new()
91 cpu_features: cpu::Features,
95 pub(crate) fn new(key: &Key, aad: Aad<&[u8]>) -> Self { in new()
113 /// Access to `inner` for the integrated AES-GCM implementations only.
[all …]
/external/pytorch/.ci/docker/manywheel/
Dbuild.sh4 set -eou pipefail
6 TOPDIR=$(git rev-parse --show-toplevel)
11 if [ -z "${image}" ]; then
18 DOCKER_REGISTRY="${DOCKER_REGISTRY:-docker.io}"
20 GPU_ARCH_TYPE=${GPU_ARCH_TYPE:-cpu}
21 GPU_ARCH_VERSION=${GPU_ARCH_VERSION:-}
22 MANY_LINUX_VERSION=${MANY_LINUX_VERSION:-}
23 DOCKERFILE_SUFFIX=${DOCKERFILE_SUFFIX:-}
24 WITH_PUSH=${WITH_PUSH:-}
27 cpu)
[all …]
/external/rust/android-crates-io/crates/ring/src/cpu/
Darm.rs1 // Copyright 2016-2021 Brian Smith.
16 not(any(target_arch = "aarch64", target_arch = "arm")),
22 any(target_arch = "aarch64", target_arch = "arm")
24 fn detect_features() -> u32 { in detect_features()
30 fn getauxval(type_: c_ulong) -> c_ulong; in detect_features()
35 #[cfg(target_arch = "aarch64")] in detect_features()
43 // We assume NEON is available on AARCH64 because it is a required in detect_features()
45 #[cfg(target_arch = "aarch64")] in detect_features()
55 #[cfg(target_arch = "aarch64")] in detect_features()
85 #[cfg(all(target_os = "fuchsia", target_arch = "aarch64"))]
[all …]
/external/bazelbuild-rules_python/python/uv/private/
Dversions.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
18 "aarch64-apple-darwin": struct(
22 "@platforms//cpu:aarch64",
25 "aarch64-unknown-linux-gnu": struct(
29 "@platforms//cpu:aarch64",
32 "powerpc64le-unknown-linux-gnu": struct(
36 "@platforms//cpu:ppc",
39 "s390x-unknown-linux-gnu": struct(
43 "@platforms//cpu:s390x",
46 "x86_64-apple-darwin": struct(
[all …]
/external/perfetto/src/traced/probes/system_info/
Dsystem_info_data_source_unittest.cc8 * http://www.apache.org/licenses/LICENSE-2.0
35 Processor : AArch64 Processor rev 13 (aarch64)
39 CPU implementer : 0x51
40 CPU architecture: 8
41 CPU variant : 0x7
42 CPU part : 0x803
43 CPU revision : 12
48 CPU implementer : 0x51
49 CPU architecture: 8
50 CPU variant : 0x7
[all …]
/external/sandboxed-api/
DMODULE.bazel.lock5 …"https://bcr.bazel.build/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba0…
6 …"https://bcr.bazel.build/modules/abseil-cpp/20211102.0/MODULE.bazel": "70390338f7a5106231d20620712…
7 …"https://bcr.bazel.build/modules/abseil-cpp/20230125.1/MODULE.bazel": "89047429cb0207707b2dface14b…
8 …"https://bcr.bazel.build/modules/abseil-cpp/20230802.0.bcr.1/MODULE.bazel": "1c8cec495288dccd14fda…
9 …"https://bcr.bazel.build/modules/abseil-cpp/20230802.0/MODULE.bazel": "d253ae36a8bd9ee3c5955384096…
10 …"https://bcr.bazel.build/modules/abseil-cpp/20240116.1/MODULE.bazel": "37bcdb4440fbb61df6a1c296ae0…
11 …"https://bcr.bazel.build/modules/abseil-cpp/20240116.2/MODULE.bazel": "73939767a4686cd9a520d16af5a…
12 …"https://bcr.bazel.build/modules/abseil-cpp/20240722.0/MODULE.bazel": "88668a07647adbdc14cb3a7cd11…
13 …"https://bcr.bazel.build/modules/abseil-cpp/20240722.0/source.json": "59af9f8a8a4817092624e21263fe…
14 …"https://bcr.bazel.build/modules/abseil-py/2.1.0/MODULE.bazel": "5ebe5bf853769c65707e5c28f216798f7…
[all …]
/external/bazelbuild-rules_python/tests/config_settings/
Dconstruct_config_settings_tests.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
45 str(Label("//python/config_settings:is_python_3.11")): "matched-3.11",
46 "//conditions:default": "matched-default",
49 str(Label(":is_python_3.11_aarch64")): "matched-3.11-aarch64",
50 str(Label(":is_python_3.11_ppc")): "matched-3.11-ppc",
51 str(Label(":is_python_3.11_s390x")): "matched-3.11-s390x",
52 str(Label(":is_python_3.11_x86_64")): "matched-3.11-x86_64",
55 str(Label(":is_python_3.11_linux")): "matched-3.11-linux",
56 str(Label(":is_python_3.11_osx")): "matched-3.11-osx",
57 str(Label(":is_python_3.11_windows")): "matched-3.11-windows",
[all …]
/external/trusty/arm-trusted-firmware/docs/plat/
Dqti-msm8916.rst3 The MSM8916 platform port in TF-A supports multiple similar Qualcomm SoCs:
5 +-----------------------+----------------+-------------------+-----------------+
6 | System-on-Chip (SoC) | TF-A Platform | Application CPU | Supports |
8 | `Snapdragon 410`_ |``PLAT=msm8916``| 4x ARM Cortex-A53 | AArch64/AArch32 |
11 +-----------------------+----------------+-------------------+-----------------+
12 | `Snapdragon 615`_ |``PLAT=msm8939``| 4x ARM Cortex-A53 | AArch64/AArch32 |
13 | (MSM8x39, APQ8039) | | 4x ARM Cortex-A53 | |
14 +-----------------------+----------------+-------------------+-----------------+
15 | `Snapdragon 210`_ |``PLAT=msm8909``| 4x ARM Cortex-A7 | AArch32 only |
17 +-----------------------+----------------+-------------------+-----------------+
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp1 //===-- AArch64TargetMachine.cpp - Define TargetMachine for AArch64 -------===//
8 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
13 #include "AArch64.h"
34 EnableCCMP("aarch64-ccmp", cl::desc("Enable the CCMP formation pass"),
37 static cl::opt<bool> EnableMCR("aarch64-mcr",
42 EnableStPairSuppress("aarch64-stp-suppress", cl::desc("Suppress STP for AArch64"),
46 EnableAdvSIMDScalar("aarch64-simd-scalar", cl::desc("Enable use of AdvSIMD scalar"
50 EnablePromoteConstant("aarch64-promote-const", cl::desc("Enable the promote "
54 EnableCollectLOH("aarch64-collect-loh", cl::desc("Enable the pass that emits the"
[all …]
/external/pigweed/pw_toolchain/rust/
Dtoolchains.bzl7 # https://www.apache.org/licenses/LICENSE-2.0
19 "cpu": "aarch64",
22 "triple": "aarch64-unknown-linux-gnu",
26 "cpu": "x86_64",
29 "triple": "x86_64-unknown-linux-gnu",
33 "cpu": "aarch64",
36 "triple": "aarch64-apple-darwin",
40 "cpu": "x86_64",
43 "triple": "x86_64-apple-darwin",
49 "cpu": "armv6-m",
[all …]

12345678910>>...41