Home
last modified time | relevance | path

Searched +full:intel +full:- +full:whl +full:- +full:test (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/intel/ci/
H A Dgitlab-ci-inc.yml1 .intel-common-rules:
2 stage: intel
4 - changes: &intel_common_file_list
5 - src/intel/*
6 - src/intel/blorp/**/*
7 - src/intel/common/**/*
8 - src/intel/compiler/**/*
9 - src/intel/dev/**/*
10 - src/intel/ds/**/*
11 - src/intel/genxml/**/*
[all …]
/aosp_15_r20/external/mesa3d/src/intel/dev/
H A Dmeson.build1 # Copyright © 2017 Intel Corporation
2 # SPDX-License-Identifier: MIT
60 test('intel_device_info_test',
67 suite : ['intel'],
71 if with_tests and with_tools.contains('drm-shim') and with_tools.contains('intel')
75 [ 90, ['skl', 'kbl', 'aml', 'cml', 'whl', 'bxt', 'glk'] ],
90 test('intel_device_info_override_test_@0@'.format(p),
96 'STRACEDIR=meson-logs/strace/intel_device_info_override_test_@0@'.format(p),
98 suite : ['intel'],
/aosp_15_r20/external/pytorch/.ci/pytorch/win-test-helpers/
H A Dbuild_pytorch.bat7 set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program…
11 :: just copy-paste them into a local Windows setup to just rebuild a
17 set INSTALLER_DIR=%SCRIPT_HELPERS_DIR%\installation-helpers
39 call pip install mkl-include==2021.4.0 mkl-devel==2021.4.0
48 … Visual Studio\%VC_YEAR%\%VC_PRODUCT%\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver=%VC_VERSIO…
54 :: Activate xpu environment - VS env is required for xpu
55 call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
57 :: Reduce build time. Only have MTL self-hosted runner now
58 SET TORCH_XPU_ARCH_LIST=xe-lpg
91 :: The latest Windows CUDA test is running on AWS G5 runner with A10G GPU
[all …]
/aosp_15_r20/external/pytorch/scripts/
H A Dinstall_triton_wheel.sh3 BRANCH=$(git rev-parse --abbrev-ref HEAD)
4 DOWNLOAD_PYTORCH_ORG="https://download.pytorch.org/whl"
6 if [[ -z "${USE_XPU}" ]]; then
9 TRITON_VERSION="pytorch-triton==$(cat .ci/docker/triton_version.txt)"
11 pip install --index-url ${DOWNLOAD_PYTORCH_ORG}/test/ $TRITON_VERSION
13 …pip install --index-url ${DOWNLOAD_PYTORCH_ORG}/nightly/ $TRITON_VERSION+$(head -c 10 .ci/docker/c…
17 # 1. By default, install pre-built whls.
21 TRITON_VERSION="pytorch-triton-xpu==$(cat .ci/docker/triton_version.txt)"
22 TRITON_XPU_COMMIT_ID="$(head -c 10 .ci/docker/ci_commit_pins/triton-xpu.txt)"
23 if [[ -z "${TRITON_XPU_BUILD_FROM_SOURCE}" ]]; then
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
H A Dbuild-dev-container.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # Build a whl and container with Intel(R) MKL support
17 # Usage: build-dev-container.sh
25 test / == "$PWD" && return || \
26 test -e "$1" && echo "$PWD" && return || \
44 WORKSPACE="${WORKSPACE:-$(upsearch WORKSPACE)}"
46 ROOT_CONTAINER=${ROOT_CONTAINER:-tensorflow/tensorflow}
47 TF_ROOT_CONTAINER_TAG=${ROOT_CONTAINER_TAG:-devel}
51 TF_BUILD_VERSION=${TF_DOCKER_BUILD_DEVEL_BRANCH:-master}
52 TF_BUILD_VERSION_IS_PR=${TF_DOCKER_BUILD_DEVEL_BRANCH_IS_PR:-no}
[all …]
H A DDockerfile.devel-mkl6 LABEL maintainer="Clayne Robison <clayne.b.robison@intel.com>"
32 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE…
33 chmod +x bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
34 ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
35 rm -rf bazel-$BAZEL_VERSION-installer-linux-x86_64.sh; \
38 # Upgrade gcc-8 if argument is passed
40 add-apt-repository ppa:ubuntu-toolchain-r/test -y && \
41 apt-get update && \
42 apt-get install gcc-8 g++-8 -y && \
43 …update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin…
[all …]
/aosp_15_r20/external/igt-gpu-tools/
H A DNEWS2 ----------
8 Release 1.24 (2019-06-20)
9 -------------------------
11 - Bumped required meson version to 0.47. (Arkadiusz Hiler)
13 - All the meson build options that used auto, true and false are now first
16 - Piglit as the primary test executor replaced by mostly drop-in
19 - Stack traces now contain source file names and line numbers, using
22 - Pixman dependency is now mandatory. (Maxime Ripard)
24 - The project has moved to gitlab, and uses gitlab's CI to build test
25 and sanity test each commit on various distributions and
[all …]
/aosp_15_r20/external/pytorch/.ci/pytorch/
H A Dbuild.sh3 set -ex
11 # shellcheck source=./common-build.sh
12 source "$(dirname "${BASH_SOURCE[0]}")/common-build.sh"
14 if [[ "$BUILD_ENVIRONMENT" == *-mobile-*build* ]]; then
15 exec "$(dirname "${BASH_SOURCE[0]}")/build-mobile.sh" "$@"
19 python --version
22 gcc --version
25 cmake --version
32 export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
34 nvcc --version
[all …]
H A Dtest.sh7 set -ex
18 # Workaround for dind-rootless userid mapping (https://github.com/pytorch/ci-infra/issues/96)
19 WORKSPACE_ORIGINAL_OWNER_ID=$(stat -c '%u' "/var/lib/jenkins/workspace")
23 echo "For more details refer to https://github.com/sudo-project/sudo/issues/42"
24 sudo chown -R "$WORKSPACE_ORIGINAL_OWNER_ID" /var/lib/jenkins/workspace
29 sudo chown -R jenkins /var/lib/jenkins/workspace
30 git config --global --add safe.directory /var/lib/jenkins/workspace
36 TORCH_INSTALL_DIR=$(python -c "import site; print(site.getsitepackages()[0])")/torch
39 TORCH_TEST_DIR="$TORCH_INSTALL_DIR"/test
97 # that useful in this case anyway and the test will still continue
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dutil.py2 # Copyright (C) 2012-2021 The Python Software Foundation.
46 IDENTIFIER = re.compile(r'^([\w\.-]+)\s*')
47 VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*')
53 STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)')
60 The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in
188 # there are issues with Python and URL parsing, so this test
189 # is a bit crude. See bpo-20271, bpo-23505. Python doesn't
190 # always parse invalid URLs correctly - it should raise
274 # normalizes and returns a lstripped-/-separated path
352 stream = codecs.getreader('utf-8')(stream)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dutil.py2 # Copyright (C) 2012-2021 The Python Software Foundation.
46 IDENTIFIER = re.compile(r'^([\w\.-]+)\s*')
47 VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*')
53 STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)')
60 The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in
188 # there are issues with Python and URL parsing, so this test
189 # is a bit crude. See bpo-20271, bpo-23505. Python doesn't
190 # always parse invalid URLs correctly - it should raise
274 # normalizes and returns a lstripped-/-separated path
352 stream = codecs.getreader('utf-8')(stream)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dutil.py2 # Copyright (C) 2012-2021 The Python Software Foundation.
46 IDENTIFIER = re.compile(r'^([\w\.-]+)\s*')
47 VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*')
53 STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)')
60 The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in
188 # there are issues with Python and URL parsing, so this test
189 # is a bit crude. See bpo-20271, bpo-23505. Python doesn't
190 # always parse invalid URLs correctly - it should raise
274 # normalizes and returns a lstripped-/-separated path
352 stream = codecs.getreader('utf-8')(stream)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dutil.py2 # Copyright (C) 2012-2021 The Python Software Foundation.
46 IDENTIFIER = re.compile(r'^([\w\.-]+)\s*')
47 VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*')
53 STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)')
60 The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in
188 # there are issues with Python and URL parsing, so this test
189 # is a bit crude. See bpo-20271, bpo-23505. Python doesn't
190 # always parse invalid URLs correctly - it should raise
274 # normalizes and returns a lstripped-/-separated path
352 stream = codecs.getreader('utf-8')(stream)
[all …]
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.0.0.rst1 Mesa 22.0.0 Release Notes / 2022-03-09
20 ---------------
24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz
28 ------------
30 - lavapipe,radv,anv KHR_dynamic_rendering
31 - radv EXT_image_view_min_lod
32 - VK_KHR_synchronization2 on RADV.
33 - OpenSWR has been moved to the Amber branch
34 - radeonsi, zink ARB_sparse_texture
35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff…
[all …]
H A D19.3.0.rst1 Mesa 19.3.0 Release Notes / 2019-12-12
21 ---------------
25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz
28 ------------
30 - GL_ARB_gl_spirv on i965, iris.
31 - GL_ARB_spirv_extensions on i965, iris.
32 - GL_EXT_demote_to_helper_invocation on iris, i965.
33 - OpenGL 4.6 on i965, iris.
34 - EGL_EXT_image_flush_external
35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV.
[all …]
H A D23.3.0.rst1 Mesa 23.3.0 Release Notes / 2023-11-29
20 ---------------
24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz
28 -----------
29 - NVK: A Vulkan driver for Nvidia hardware
32 ------------
33 - VK_EXT_pipeline_robustness on ANV
34 - VK_KHR_maintenance5 on RADV
35 - OpenGL ES 3.1 on Asahi
36 - GL_ARB_compute_shader on Asahi
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/regex/tests/
Dcrates_regex.rs2 // on 2018-06-20 09:56:32.820354.
4 // autoshutdown-0.1.0: r"\s*(\d+)(\w)\s*"
7 // epub-1.1.1: r"/"
10 // rpi-info-0.2.0: "^Revision\t+: ([0-9a-fA-F]+)"
11 consistent!(rpi_info_0, "^Revision\t+: ([0-9a-fA-F]+)");
13 // rpi-info-0.2.0: "Serial\t+: ([0-9a-fA-F]+)"
14 consistent!(rpi_info_1, "Serial\t+: ([0-9a-fA-F]+)");
16 // pnet_macros-0.21.0: r"^u([0-9]+)(be|le|he)?$"
17 consistent!(pnet_macros_0, r"^u([0-9]+)(be|le|he)?$");
19 // iban_validate-1.0.3: r"^[A-Z]{2}\d{2}[A-Z\d]{1,30}$"
[all …]
/aosp_15_r20/out/.module_paths/
Dconfiguration.list7 art/test/Android.run-test.mk
46 build/make/core/combo/TARGET_linux-arm.mk
47 build/make/core/combo/TARGET_linux-arm64.mk
48 build/make/core/combo/TARGET_linux-riscv64.mk
49 build/make/core/combo/TARGET_linux-x86.mk
50 build/make/core/combo/TARGET_linux-x86_64.mk
51 build/make/core/combo/arch/arm/armv7-a-neon.mk
52 build/make/core/combo/arch/arm/armv8-2a.mk
53 build/make/core/combo/arch/arm/armv8-a.mk
54 build/make/core/combo/arch/arm64/armv8-2a-dotprod.mk
[all …]
Dfiles.db2 {"WorkingDirectory":"/root/opengrok-1.13.29/src/aosp_15_r20","RootDirs":["."],"FollowSymlinks":false,"ExcludeDirs":[".git",".repo"],"PruneFiles":[".out-dir",".find-ignore"],"IncludeFiles":["Android.mk","AndroidProducts.mk","Android.bp","CleanSpec.mk","OWNERS","TEST_MAPPING","METADATA"],"IncludeSuffixes":[".mk"],"FilesystemView":"root@v2202504258438334715"}
3 [{"Device":65027,"Root":"/root/opengrok-1.13.29/src/aosp_15_r20","Dirs":[{"P":"","T":1749095540760375437,"I":547973,"F":["Android.bp","lk_inc.mk"]},{"P":"art","T":1745562276530206591,"I":2361613,"F":["Android.mk","Android.bp","TEST_MAPPING","OWNERS","METADATA","CleanSpec.mk"]},{"P":"art/adbconnection","T":1745562275874206941,"I":4456672,"F":["Android.bp"]},{"P":"art/artd","T":1745562275878206940,"I":4456683,"F":["Android.bp"]},{"P":"art/artd/binder","T":1745562275874206941,"I":4456728,"F":["Android.bp"]},{"P":"art/artd/binder/com","T":1745562275874206941,"I":4456732,"F":null},{"P":"art/artd/binder/com/android","T":1745562275874206941,"I":4456734,"F":null},{"P":"art/artd/binder/com/android/server","T":1745562275874206941,"I":4456735,"F":null},{"P":"art/artd/binder/com/android/server/art","T":1745562275878206940,"I":4456738,"F":[]},{"P":"art/artd/tests","T":1745562275878206940,"I":4456798,"F":["Android.bp"]},{"P":"art/artd/tests/src","T":1745562275878206940,"I":4456805,"F":null},{"P":"art/artd/tests/src/com","T":1745562275878206940,"I":4456806,"F":null},{"P":"art/artd/tests/src/com/android","T":1745562275878206940,"I":4456807,"F":null},{"P":"art/artd/tests/src/com/android/art","T":1745562275878206940,"I":4456808,"F":[]},{"P":"art/benchmark","T":1745562275878206940,"I":4456812,"F":["Android.bp"]},{"P":"art/benchmark/const-class","T":1745562275878206940,"I":4456817,"F":[]},{"P":"art/benchmark/const-class/src","T":1745562275878206940,"I":4456822,"F":[]},{"P":"art/benchmark/const-string","T":1745562275878206940,"I":4456828,"F":[]},{"P":"art/benchmark/const-string/src","T":1745562275878206940,"I":4456833,"F":[]},{"P":"art/benchmark/golem-tiagent","T":1745562275878206940,"I":4456842,"F":[]},{"P":"art/benchmark/jni-per
[all...]
/aosp_15_r20/external/pytorch/.github/scripts/
HDgql_mocks.json.gz ... xla hash.", 13 "headRefName": "update-xla-commit-hash/5573005593-54-1", ...
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dtest_eu_validate.cpp2 * Copyright © 2016 Intel Corporation
40 { "whl", },
108 struct disasm_info *disasm = disasm_initialize(p->isa, NULL); in validate()
112 disasm_new_inst_group(disasm, p->next_insn_offset); in validate()
115 bool ret = brw_validate_instructions(p->isa, p->store, 0, in validate()
116 p->next_insn_offset, disasm); in validate()
119 dump_assembly(p->store, 0, p->next_insn_offset, disasm, NULL); in validate()
126 #define last_inst (&p->store[p->nr_insn - 1])
135 p->next_insn_offset = 0; in clear_instructions()
136 p->nr_insn = 0; in clear_instructions()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
Dgcc.info3 Copyright (C) 1988-2013 Free Software Foundation, Inc.
8 Invariant Sections being "Funding Free Software", the Front-Cover Texts
9 being (a) (see below), and with the Back-Cover Texts being (b) (see
13 (a) The FSF's Front-Cover Text is:
17 (b) The FSF's Back-Cover Text is:
22 INFO-DIR-SECTION Software development
23 START-INFO-DIR-ENTRY
26 * gcov: (gcc) Gcov. 'gcov'--a test coverage program.
27 END-INFO-DIR-ENTRY
31 Copyright (C) 1988-2013 Free Software Foundation, Inc.
[all …]
Dgccint.info3 Copyright (C) 1988-2013 Free Software Foundation, Inc.
8 Invariant Sections being "Funding Free Software", the Front-Cover Texts
9 being (a) (see below), and with the Back-Cover Texts being (b) (see
13 (a) The FSF's Front-Cover Text is:
17 (b) The FSF's Back-Cover Text is:
22 INFO-DIR-SECTION Software development
23 START-INFO-DIR-ENTRY
25 END-INFO-DIR-ENTRY
29 Copyright (C) 1988-2013 Free Software Foundation, Inc.
34 Invariant Sections being "Funding Free Software", the Front-Cover Texts
[all …]
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.ninja.globs3 {"Pattern":"art/artd/binder/aidl_api/artd-aidl/**/*.aidl","Excludes":null,"Matches":null,"Deps":["a…
15 …build/boot/boot-image-profile.txt","Excludes":null,"Matches":["art/build/boot/boot-image-profile.t…
16 …rt/build/boot/preloaded-classes","Excludes":null,"Matches":["art/build/boot/preloaded-classes"],"D…
25 {"Pattern":"art/dexopt_chroot_setup/binder/aidl_api/dexopt_chroot_setup-aidl/**/*.aidl","Excludes":…
32-inl.h","art/libartbase/base/arena_allocator.h","art/libartbase/base/arena_bit_vector.h","art/liba…
37 …rena_allocator-inl.h","Excludes":null,"Matches":["art/libartbase/base/arena_allocator-inl.h"],"Dep…
53 …ase/base/bit_vector-inl.h","Excludes":null,"Matches":["art/libartbase/base/bit_vector-inl.h"],"Dep…
76 …tbase/base/histogram-inl.h","Excludes":null,"Matches":["art/libartbase/base/histogram-inl.h"],"Dep…
105 …rt/libartbase/base/stats-inl.h","Excludes":null,"Matches":["art/libartbase/base/stats-inl.h"],"Dep…
133 {"Pattern":"art/libartservice/service/api/lint-baseline.txt","Excludes":null,"Matches":null,"Deps":…
[all …]
Dbuild.aosp_shiba.9.ninja2 # Module: protobuf-json-mapping_test_src_lib
3 # Variant: android_arm64_armv8-2a_cortex-a55
7 # external/rust/android-crates-io/crates/protobuf-json-mapping/Android.bp:37:1
9 …f-json-mapping_test_src_lib_android_arm64_armv8-2a_cortex-a55.moduleDesc = //external/rust/android
10 m.protobuf-json-mapping_test_src_lib_android_arm64_armv8-2a_cortex-a55.moduleDescSuffix =
13 …al/rust/android-crates-io/crates/protobuf-json-mapping/protobuf-json-mapping_test_src_lib/android_…
15 …t/android-crates-io/crates/protobuf-json-mapping/protobuf-json-mapping_test_src_lib/android_arm64_…
17-json-mapping_test_src_lib_android_arm64_armv8-2a_cortex-a55.moduleDesc}strip protobuf-json-mappin…
18 tags = module_name=protobuf-json-mapping_test_src_lib;module_type=rust_test;rule_name=strip
19 args = $ --keep-mini-debug-info
[all …]

12