Home
last modified time | relevance | path

Searched +full:vm +full:- +full:backends (Results 1 – 13 of 13) sorted by relevance

/third_party/libinput/
D.gitlab-ci.yml9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml
10 # and run ci-fairy generate-template. For details, see
11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
14 # - we really want to run dnf/apt/... only once, updating on the test runner for
18 # This is handled by the ci-templates, ensuring containers are only rebuilt
21 # - GitLab only allows one script: set per job but we have a bunch of commands
22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge
27 # MESON_ARGS=-Denable-something=true
28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist'
35 # e.g. fedora:31@build-default
[all …]
/third_party/rust/crates/regex/
DHACKING.md17 implementation of the Pike VM (similar to Thompson's construction, but supports
19 --- This library contains such an implementation in src/pikevm.rs.
21 Making it fast is harder. One of the key problems with the Pike VM is that it
23 positions between them. The Pike VM also spends a lot of time following the
25 speed up the Pike VM: extract one or more literal prefixes from the regular
27 prefixes in the search text. The Pike VM can then be avoided for most the
29 prefixes is in the regex-syntax crate (in this repository). The code to search
31 we fall back to an Aho-Corasick DFA using the aho-corasick crate. For one
32 literal, we use a variant of the Boyer-Moore algorithm. Both Aho-Corasick and
33 Boyer-Moore use `memchr` when appropriate. The Boyer-Moore variant in this
[all …]
/third_party/curl/docs/
DINSTALL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
22 ./bootstrap-vcpkg.sh
33 the `GIT-INFO.md` file in the root directory for specific instructions on how
41 ./configure --with-openssl [--with-gnutls --with-wolfssl]
52 ./configure --help
57 ./configure --prefix=/path/to/curl/tree
63 ./configure --prefix=$HOME
72 ./configure --with-openssl
[all …]
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c17 * NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS, AUTHORS
83 if (drmCommandWriteRead(applier->ws->fd, DRM_RADEON_INFO, in radeon_set_fd_access()
142 * non-Radeon card. in do_winsys_init()
154 version = drmGetVersion(ws->fd); in do_winsys_init()
155 if (version->version_major != 2 || in do_winsys_init()
156 version->version_minor < 50) { in do_winsys_init()
160 version->version_major, in do_winsys_init()
161 version->version_minor, in do_winsys_init()
162 version->version_patchlevel); in do_winsys_init()
167 ws->info.drm_major = version->version_major; in do_winsys_init()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/
Dcontext.py1 # Copyright 2020-2024 Huawei Technologies Co., Ltd
7 # http://www.apache.org/licenses/LICENSE-2.0
46 _RE_PATTERN = r'[1-9][0-9]*(\.)?[0-9]*GB|0\.[0-9]*GB'
63 f"type, it should be Non-empty string, but got '{path}'.")
202 self.set_backend_policy("vm")
286 - precision_mode (str): "force_fp16", "allow_fp32_to_fp16", "allow_mix_precision",
289 - jit_compile (bool): ``False`` and ``True``.
290 - atomic_clean_policy (int): ``0`` and ``1``. Default: ``1`` .
291 - op_precision_mode (str): precision mode config file path.
292 - op_debug_option (str): Enable debugging options for Ascend operators,
[all …]
/third_party/FreeBSD/
DUPDATING9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld
16 14.1-RELEASE.
56 non-compliant MTAs; please see the first 8.18.1 release note in
89 Move standard include files to the clibs-dev package and move clang
90 internal libraries and headers to clang and clang-dev. Upgrading systems
94 pkg upgrade -y FreeBSD-utilities
95 pkg upgrade -y FreeBSD-utilities-dev
96 pkg upgrade -y
114 Following the general removal of MIPS support, the ath(4) AHB bus-
122 Out-of-tree kernel modules will need to be rebuilt.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1 //=- WebAssemblyISelLowering.cpp - WebAssembly DAG Lowering Implementation -==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
38 #define DEBUG_TYPE "wasm-lower"
43 auto MVTPtr = Subtarget->hasAddr64() ? MVT::i64 : MVT::i32; in WebAssemblyTargetLowering()
53 Subtarget->hasAddr64() ? WebAssembly::SP64 : WebAssembly::SP32); in WebAssemblyTargetLowering()
59 if (Subtarget->hasSIMD128()) { in WebAssemblyTargetLowering()
65 if (Subtarget->hasUnimplementedSIMD128()) { in WebAssemblyTargetLowering()
70 computeRegisterProperties(Subtarget->getRegisterInfo()); in WebAssemblyTargetLowering()
[all …]
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1 Mesa 20.3.0 Release Notes / 2020-12-03
20 ---------------
24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz
28 ------------
30 - GL 4.5 on llvmpipe
32 - GL_INTEL_blackhole_render on radeonsi
34 - GL_NV_copy_depth_to_color for NIR
36 - GL_NV_half_float
38 - GL_NV_shader_atomic_int64 on radeonsi
40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
[all …]
D20.0.0.rst1 Mesa 20.0.0 Release Notes / 2020-02-19
21 ---------------
25 bb6db3e54b608d2536d4000b3de7dd3ae115fc114e8acbb5afff4b3bbed04b34 mesa-20.0.0.tar.xz
28 ------------
30 - OpenGL 4.6 on radeonsi.
31 - GL_ARB_gl_spirv on radeonsi.
32 - GL_ARB_spirv_extensions on radeonsi.
33 - GL_EXT_direct_state_access for compatibility profile.
34 - VK_AMD_device_coherent_memory on RADV.
35 - VK_AMD_mixed_attachment_samples on RADV.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1 //===-- SIISelLowering.cpp - SI DAG Lowering Implementation ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
89 #define DEBUG_TYPE "si-lower"
94 "amdgpu-disable-loop-alignment",
100 return Info->getMode().FP32Denormals; in hasFP32Denormals()
105 return Info->getMode().FP64FP16Denormals; in hasFP64FP16Denormals()
150 if (Subtarget->has16BitInsts()) { in SITargetLowering()
161 if (Subtarget->hasMAIInsts()) { in SITargetLowering()
[all …]
/third_party/sqlite/src/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
21 ** 2019.09.02-Complete codec logic for encryption and decryption.
52 ** NO_TEST - The branches on this line are not
57 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false
61 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true
65 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
70 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
141 ** 2015-03-02
179 ** large file support, or if the OS is windows, these should be no-ops.
185 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
[all …]
/third_party/glfw/deps/
Dnuklear.h3 /// ![](https://cloud.githubusercontent.com/assets/8057201/11761525/ae06f0ca-a0c6-11e5-819d-5610b25…
36 /// render backends it only focuses on the actual UI.
39 /// - Graphical user interface toolkit
40 /// - Single header library
41 /// - Written in C89 (a.k.a. ANSI C or ISO C90)
42 /// - Small codebase (~18kLOC)
43 /// - Focus on portability, efficiency and simplicity
44 /// - No dependencies (not even the standard library if not wanted)
45 /// - Fully skinnable and customizable
46 /// - Low memory footprint with total memory control if needed or wanted
[all …]
/third_party/python/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
[all …]