Searched +full:intel +full:- +full:whl +full:- +full:test (Results 1 – 25 of 31) sorted by relevance
12
1 .intel-common-rules:2 stage: intel4 - changes: &intel_common_file_list5 - 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 …]
1 # Copyright © 2017 Intel Corporation2 # SPDX-License-Identifier: MIT60 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'],
7 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 a17 set INSTALLER_DIR=%SCRIPT_HELPERS_DIR%\installation-helpers39 call pip install mkl-include==2021.4.0 mkl-devel==2021.4.048 … 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 xpu55 call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"57 :: Reduce build time. Only have MTL self-hosted runner now58 SET TORCH_XPU_ARCH_LIST=xe-lpg91 :: The latest Windows CUDA test is running on AWS G5 runner with A10G GPU[all …]
3 BRANCH=$(git rev-parse --abbrev-ref HEAD)4 DOWNLOAD_PYTORCH_ORG="https://download.pytorch.org/whl"6 if [[ -z "${USE_XPU}" ]]; then9 TRITON_VERSION="pytorch-triton==$(cat .ci/docker/triton_version.txt)"11 pip install --index-url ${DOWNLOAD_PYTORCH_ORG}/test/ $TRITON_VERSION13 …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 …]
8 # http://www.apache.org/licenses/LICENSE-2.016 # Build a whl and container with Intel(R) MKL support17 # Usage: build-dev-container.sh25 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 …]
6 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 passed40 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 …]
2 ----------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 first16 - Piglit as the primary test executor replaced by mostly drop-in19 - Stack traces now contain source file names and line numbers, using22 - Pixman dependency is now mandatory. (Maxime Ripard)24 - The project has moved to gitlab, and uses gitlab's CI to build test25 and sanity test each commit on various distributions and[all …]
3 set -ex11 # shellcheck source=./common-build.sh12 source "$(dirname "${BASH_SOURCE[0]}")/common-build.sh"14 if [[ "$BUILD_ENVIRONMENT" == *-mobile-*build* ]]; then15 exec "$(dirname "${BASH_SOURCE[0]}")/build-mobile.sh" "$@"19 python --version22 gcc --version25 cmake --version32 export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.234 nvcc --version[all …]
7 set -ex18 # 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/workspace29 sudo chown -R jenkins /var/lib/jenkins/workspace30 git config --global --add safe.directory /var/lib/jenkins/workspace36 TORCH_INSTALL_DIR=$(python -c "import site; print(site.getsitepackages()[0])")/torch39 TORCH_TEST_DIR="$TORCH_INSTALL_DIR"/test97 # that useful in this case anyway and the test will still continue[all …]
2 # 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 in188 # there are issues with Python and URL parsing, so this test189 # is a bit crude. See bpo-20271, bpo-23505. Python doesn't190 # always parse invalid URLs correctly - it should raise274 # normalizes and returns a lstripped-/-separated path352 stream = codecs.getreader('utf-8')(stream)[all …]
1 Mesa 22.0.0 Release Notes / 2022-03-0920 ---------------24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz28 ------------30 - lavapipe,radv,anv KHR_dynamic_rendering31 - radv EXT_image_view_min_lod32 - VK_KHR_synchronization2 on RADV.33 - OpenSWR has been moved to the Amber branch34 - radeonsi, zink ARB_sparse_texture35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff…[all …]
1 Mesa 19.3.0 Release Notes / 2019-12-1221 ---------------25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz28 ------------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_external35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV.[all …]
1 Mesa 23.3.0 Release Notes / 2023-11-2920 ---------------24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz28 -----------29 - NVK: A Vulkan driver for Nvidia hardware32 ------------33 - VK_EXT_pipeline_robustness on ANV34 - VK_KHR_maintenance5 on RADV35 - OpenGL ES 3.1 on Asahi36 - GL_ARB_compute_shader on Asahi[all …]
2 // 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 …]
7 art/test/Android.run-test.mk46 build/make/core/combo/TARGET_linux-arm.mk47 build/make/core/combo/TARGET_linux-arm64.mk48 build/make/core/combo/TARGET_linux-riscv64.mk49 build/make/core/combo/TARGET_linux-x86.mk50 build/make/core/combo/TARGET_linux-x86_64.mk51 build/make/core/combo/arch/arm/armv7-a-neon.mk52 build/make/core/combo/arch/arm/armv8-2a.mk53 build/make/core/combo/arch/arm/armv8-a.mk54 build/make/core/combo/arch/arm64/armv8-2a-dotprod.mk[all …]
2 {"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...]
... xla hash.", 13 "headRefName": "update-xla-commit-hash/5573005593-54-1", ...
2 * Copyright © 2016 Intel Corporation40 { "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 …]
3 Copyright (C) 1988-2013 Free Software Foundation, Inc.8 Invariant Sections being "Funding Free Software", the Front-Cover Texts9 being (a) (see below), and with the Back-Cover Texts being (b) (see13 (a) The FSF's Front-Cover Text is:17 (b) The FSF's Back-Cover Text is:22 INFO-DIR-SECTION Software development23 START-INFO-DIR-ENTRY26 * gcov: (gcc) Gcov. 'gcov'--a test coverage program.27 END-INFO-DIR-ENTRY31 Copyright (C) 1988-2013 Free Software Foundation, Inc.[all …]
3 Copyright (C) 1988-2013 Free Software Foundation, Inc.8 Invariant Sections being "Funding Free Software", the Front-Cover Texts9 being (a) (see below), and with the Back-Cover Texts being (b) (see13 (a) The FSF's Front-Cover Text is:17 (b) The FSF's Back-Cover Text is:22 INFO-DIR-SECTION Software development23 START-INFO-DIR-ENTRY25 END-INFO-DIR-ENTRY29 Copyright (C) 1988-2013 Free Software Foundation, Inc.34 Invariant Sections being "Funding Free Software", the Front-Cover Texts[all …]
3 {"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 …]
2 # Module: protobuf-json-mapping_test_src_lib3 # Variant: android_arm64_armv8-2a_cortex-a557 # external/rust/android-crates-io/crates/protobuf-json-mapping/Android.bp:37:19 …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=strip19 args = $ --keep-mini-debug-info[all …]