Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/ci/
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 …]
/external/mesa3d/src/intel/dev/
Dmeson.build1 # Copyright © 2017 Intel Corporation
77 test('intel_device_info_test',
84 suite : ['intel'],
88 if with_tests and with_tools.contains('drm-shim') and with_tools.contains('intel')
92 [ 90, ['skl', 'kbl', 'aml', 'cml', 'whl', 'bxt', 'glk'] ],
107 test('intel_device_info_override_test_@0@'.format(p),
113 'STRACEDIR=meson-logs/strace/intel_device_info_override_test_@0@'.format(p),
115 suite : ['intel'],
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
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 …]
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 …]
/external/igt-gpu-tools/
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 …]
/external/mesa3d/docs/relnotes/
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 …]
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 …]
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 …]
/external/rust/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 …]
/external/mesa3d/src/intel/compiler/
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 …]