Searched +full:cache +full:- +full:dependency +full:- +full:path (Results 1 – 25 of 291) sorted by relevance
12345678910>>...12
| /third_party/mindspore/mindspore-src/source/tests/st/compile_cache/ |
| D | test_compile_cache.py | 1 # Copyright 2021-2024 Huawei Technologies Co., Ltd 7 # http://www.apache.org/licenses/LICENSE-2.0 29 ret = os.system('sed -i "/{0}/{1}" {2}'.format(regex, context, file_name)) 31 raise ValueError('exec `sed -i "/{0}/{1}" {2}` failed.'.format(regex, context, file_name)) 43 ret = os.system("cp -af {0} {1}".format(src, dst)) 45 raise ValueError("cp -af {0} {1}".format(src, dst)) 54 cmd = "ps -ef | grep python | grep train.py | grep -v grep" 59 log_file = os.path.join(cur_model_path, "scripts/train_parallel{}/log") 66 loss_list.append(loss[-1]) 76 # Clear compile cache folder and log files [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/ |
| D | compile_cache_manager.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 46 std::vector<AnfNodePtr> graph_params = func_graph->parameters(); in BuildLayout() 47 mind_ir::ParallelProto *parallel_proto = model->mutable_parallel(); in BuildLayout() 49 std::string name = std::static_pointer_cast<Parameter>(para)->name(); in BuildLayout() 50 auto tensor_layout = para->user_data<parallel::TensorLayout>(); in BuildLayout() 54 mind_ir::LayoutProto *layoutProto = parallel_proto->add_layout(); in BuildLayout() 57 auto device_arrangement = tensor_layout->device_arrangement().array(); in BuildLayout() 58 auto tensor_map = tensor_layout->tensor_map().array(); in BuildLayout() 59 auto slice_shape = tensor_layout->slice_shape().array(); in BuildLayout() 60 int64_t field_size = tensor_layout->get_field_size(); in BuildLayout() [all …]
|
| /third_party/libexif/ |
| D | .appveyor.yml | 5 - CONFIG: cygwin 6 - CONFIG: cygwin64 7 - CONFIG: msys2 10 - cmd: if [%CONFIG%]==[cygwin] ( 11 …C:\cygwin\setup-x86.exe -qgnNdO -l C:\cygwin\var\cache\setup -R c:\cygwin -s "%CYGWIN_MIRROR%" -P … 12 - cmd: if [%CONFIG%]==[cygwin64] ( 13 …C:\cygwin64\setup-x86_64.exe -qgnNdO -l C:\cygwin64\var\cache\setup -R c:\cygwin64 -s "%CYGWIN_MIR… 14 - cmd: if [%CONFIG%]==[msys2] ( 15 set "PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%" ) 18 - cmd: if not [%CONFIG%]==[msys2] ( [all …]
|
| /third_party/rust/crates/regex/ |
| D | Cargo.toml | 5 license = "MIT OR Apache-2.0" 7 repository = "https://github.com/rust-lang/regex" 9 homepage = "https://github.com/rust-lang/regex" 14 categories = ["text-processing"] 21 "bench", "regex-capi", "regex-debug", "regex-syntax", 29 # with `cargo test --doc`. 33 # https://docs.rs/regex/*/#crate-features 35 default = ["std", "perf", "unicode", "regex-syntax/default"] 53 perf = ["perf-cache", "perf-dfa", "perf-inline", "perf-literal"] 56 # dependency and use a slower internal cache, but now the default cache has [all …]
|
| /third_party/jinja2/.github/workflows/ |
| D | tests.yaml | 5 - main 6 - '*.x' 7 paths-ignore: 8 - 'docs/**' 9 - '*.md' 10 - '*.rst' 13 - main 14 - '*.x' 15 paths-ignore: 16 - 'docs/**' [all …]
|
| D | publish.yaml | 5 - '*' 8 runs-on: ubuntu-latest 12 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c 13 - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 15 python-version: '3.x' 16 cache: 'pip' 17 cache-dependency-path: 'requirements/*.txt' 18 - run: pip install -r requirements/build.txt 20 - run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV 21 - run: python -m build [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 21.3.7.rst | 1 Mesa 21.3.7 Release Notes / 2022-02-23 18 --------------- 22 b4fa9db7aa61bf209ef0b40bef83080999d86ad98df8b8b4fada7c128a1efc3d mesa-21.3.7.tar.xz 26 ------------ 28 - None 32 --------- 34 - lavapipe: dEQP-VK.spirv_assembly.instruction.compute.float16.arithmetic_3.step fails 35 - ANV: Bad output from TransformFeedback . Regression from Mesa 21. Something to do with VB+XFB -> … 39 ------- 43 - pan/bi: Avoid \*FADD.v2f16 hazard in optimizer [all …]
|
| /third_party/icu/ |
| D | .travis.yml | 7 - name: "c: docs" 14 - doxygen 16 - cd icu4c/source 17 - ./runConfigureICU Linux --disable-renaming 20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options 23 …- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)… 26 - name: "j" 31 - ant 32 - ant-optional 35 - cd icu4j [all …]
|
| /third_party/icu/tools/cldr/lib/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- © 2020 and later: Unicode, Inc. and others. 5 --> 7 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 8 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 11 <!-- This POM file acts as a parent POM file for any tool which is built 14 task of including the Ant-built CLDR JAR file in Maven projects. --> 16 <!-- Declares this to be a POM that's included by other POM files. --> 19 <!-- This must match any child POM file's <parent> declaration. --> 21 <artifactId>cldr-lib</artifactId> [all …]
|
| D | README.txt | 7 ------------------------------------------- 18 ----- 24 $ sudo apt-get install maven ant 28 --------------------------- 32 $ ./install-cldr-jars.sh "$CLDR_DIR" 36 ------------------------------------ 45 $ mvn package -DskipTests=true 47 This should result in the cldr-code.jar file being built into the cldr-code/target 48 sub-directory, which can then be installed as a Maven dependency as described above. 52 ------------------------------- [all …]
|
| /third_party/skia/third_party/externals/dawn/ |
| D | CMakeLists.txt | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # When upgrading to CMake 3.11 we can remove DAWN_DUMMY_FILE because source-less add_library 20 # case any of the generator files changes. We should also remove the CACHE "" FORCE stuff to 34 set(CMAKE_BUILD_TYPE "Debug" CACHE STRING 55 # Simplifies customization by projects that use Dawn as a dependency. 64 # set(${name} ${value} CACHE STRING ${description}) 67 # Simplifies customization by projects that use Dawn as a dependency. 70 set(${name} ${value} CACHE STRING ${description}) 74 # Default values for the backend-enabling options 120 option_if_not_defined(DAWN_ENABLE_PIC "Build with Position-Independent-Code enabled" OFF) [all …]
|
| /third_party/skia/third_party/externals/tint/ |
| D | CMakeLists.txt | 7 # http://www.apache.org/licenses/LICENSE-2.0 49 # Simplifies customization by projects that use Dawn as a dependency. 58 # set(${name} ${value} CACHE STRING ${description}) 61 # Simplifies customization by projects that use Dawn as a dependency. 64 set(${name} ${value} CACHE STRING ${description}) 68 …_PARTY_DIR "${tint_SOURCE_DIR}/third_party" "Directory in which to find third-party dependencies.") 73 option_if_not_defined(TINT_BUILD_SPV_READER "Build the SPIR-V input reader" ON) 78 option_if_not_defined(TINT_BUILD_SPV_WRITER "Build the SPIR-V output writer" ON) 81 option_if_not_defined(TINT_BUILD_SPIRV_TOOLS_FUZZER "Build SPIRV-Tools fuzzer" OFF) 86 option_if_not_defined(TINT_BUILD_REMOTE_COMPILE "Build the remote-compile tool for validating shade… [all …]
|
| /third_party/tex-hyphen/hyph-utf8/source/generic/hyph-utf8/lib/tex/hyphen/texlive/ |
| D | package.rb | 60 @@metadata.dig(name, 'dependency') 65 "depend hyphen-base", 66 "depend hyph-utf8", 70 if dependency = has_dependency? 71 dependencies << sprintf("depend %s", dependency) 78 # Cache directory contents 79 (@dirlist ||= { })[type] ||= Dir.glob(sprintf(PATH::SUPPORT, type)).select do |file| 86 sprintf("%s/generic/hyph-utf8/languages/%s", type, bcp47) 98 files << "tex/generic/hyph-utf8/patterns/tex/hyph-no.tex" if name == "norwegian" 107 if ['la-x-classic', 'mk'].include? language.bcp47 # FIXME. Yes, fix it ;-) [all …]
|
| /third_party/mesa3d/ |
| D | meson.build | 1 # Copyright © 2017-2020 Intel Corporation 30 …default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++14'] 44 null_dep = dependency('', required : false) 54 '-D__STDC_CONSTANT_MACROS', 55 '-D__STDC_FORMAT_MACROS', 56 '-D__STDC_LIMIT_MACROS', 57 '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()), 58 '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"', 63 with_moltenvk_dir = get_option('moltenvk-dir') 64 with_vulkan_icd_dir = get_option('vulkan-icd-dir') [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/build/ |
| D | usage.sh | 2 # Copyright 2021-2022 Huawei Technologies Co., Ltd 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 22 …echo "bash build.sh [-d] [-r] [-v] [-c on|off] [-t ut|st] [-g on|off] [-h] [-b ge] [-m infer|train… 23 …echo " [-a on|off] [-p on|off] [-i] [-R] [-D on|off] [-j[n]] [-e gpu|ascend|d|cpu] \\" 24 …echo " [-P on|off] [-z [on|off]] [-M on|off] [-V 10.1|11.1|310|910|910b] [-I arm64|ar… 25 echo " [-B on|off] [-E] [-l on|off] [-n full|lite|off] [-H on|off] \\" 26 echo " [-A on|off] [-S on|off] [-k on|off] [-W sse|neon|avx|avx512|off] \\" 27 echo " [-L Tensor-RT path] [-y on|off] [-F on|off] [-G common|auto|ptx] [-o]\\" 30 echo " -d Debug mode" [all …]
|
| /third_party/vulkan-loader/scripts/ |
| D | CMakeLists.txt | 8 # http://www.apache.org/licenses/LICENSE-2.0 27 list(APPEND update_dep_command "--generator") 31 list(APPEND update_dep_command "--arch") 36 list(APPEND update_dep_command "--osx-archs") 44 message(WARNING "CMAKE_BUILD_TYPE not set. Using Debug for dependency build type") 49 list(APPEND update_dep_command "--config") 51 list(APPEND update_dep_command "--api") 69 …set(UPDATE_DEPS_DIR "${PROJECT_SOURCE_DIR}/external/${UPDATE_DEPS_DIR_SUFFIX}" CACHE PATH "Locatio… 70 list(APPEND update_dep_command "--dir" ) 74 list(APPEND update_dep_command "--optional=tests") [all …]
|
| /third_party/gn/src/gn/ |
| D | header_checker.h | 2 // Use of this source code is governed by a BSD-style license that can be 34 // Represents a dependency chain. 41 // True when the dependency on this target is public. 101 using PathExistsCallback = std::function<bool(const base::FilePath& path)>; 131 // |no_depeency_cache| is used to cache or check whether there is no 132 // dependency from |from_target| to target having |include_file|. 141 // Returns true if the given search_for target is a dependency of 145 // dependency chain from the dest target (chain[0] = search_for) to the src 146 // target (chain[chain.size() - 1] = search_from). 150 // indirect, non-public dependencies will only be considered if there are no [all …]
|
| /third_party/python/Doc/library/ |
| D | zoneinfo.rst | 1 :mod:`zoneinfo` --- IANA time zone support 14 -------------- 20 first-party `tzdata`_ package available on PyPI. 29 First-party package maintained by the CPython core developers to supply 32 .. include:: ../includes/wasm-notavail.rst 35 ------------------ 47 2020-10-31 12:00:00-07:00 58 2020-11-01 12:00:00-08:00 71 2020-11-01 01:00:00-07:00 74 2020-11-01 01:00:00-08:00 [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/dataset/cropper/ |
| D | cropper_configure.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 28 DEFINE_STR = "-DENABLE_ANDROID -DENABLE_ARM -DENABLE_ARM64 -DENABLE_NEON -DNO_DLIB -DUSE_ANDROID_LO… 53 "build/mindspore/_deps/sqlite-src", 54 "build/mindspore/_deps/pybind11-src/include", 55 "build/mindspore/_deps/tinyxml2-src", 56 "build/mindspore/_deps/jpeg_turbo-src", 57 "build/mindspore/_deps/jpeg_turbo-src/_build", 58 "build/mindspore/_deps/icu4c-src/icu4c/source/i18n", 59 "build/mindspore/_deps/icu4c-src/icu4c/source/common", 60 "mindspore/lite/build/_deps/tinyxml2-src", [all …]
|
| /third_party/mesa3d/src/panfrost/perf/ |
| D | G68.xml | 1 <!-- 2 Copyright © 2017-2020 ARM Limited. 3 Copyright © 2021-2022 Collabora, Ltd. 24 --> 34 …" counter="JS0_WAIT_DEPEND" title="GPU Wait Cycles" name="Fragment job dependency cycles" descript… 36 …er="JS1_JOBS" title="GPU Jobs" name="Non-fragment jobs" description="The number of jobs processed … 37 …"JS1_TASKS" title="GPU Tasks" name="Non-fragment tasks" description="The number of tasks processed… 38 … title="GPU Cycles" name="Non-fragment queue active" description="The number of cycles where work … 39 …le="GPU Wait Cycles" name="Non-fragment descriptor read cycles" description="The number number of … 40 …UE" title="GPU Wait Cycles" name="Non-fragment job issue cycles" description="The number of cycles… [all …]
|
| D | G77.xml | 1 <!-- 2 Copyright © 2017-2020 ARM Limited. 3 Copyright © 2021-2022 Collabora, Ltd. 24 --> 34 …" counter="JS0_WAIT_DEPEND" title="GPU Wait Cycles" name="Fragment job dependency cycles" descript… 36 …er="JS1_JOBS" title="GPU Jobs" name="Non-fragment jobs" description="The number of jobs processed … 37 …"JS1_TASKS" title="GPU Tasks" name="Non-fragment tasks" description="The number of tasks processed… 38 … title="GPU Cycles" name="Non-fragment queue active" description="The number of cycles where work … 39 …le="GPU Wait Cycles" name="Non-fragment descriptor read cycles" description="The number number of … 40 …UE" title="GPU Wait Cycles" name="Non-fragment job issue cycles" description="The number of cycles… [all …]
|
| D | G57.xml | 1 <!-- 2 Copyright © 2017-2020 ARM Limited. 3 Copyright © 2021-2022 Collabora, Ltd. 24 --> 34 …" counter="JS0_WAIT_DEPEND" title="GPU Wait Cycles" name="Fragment job dependency cycles" descript… 36 …er="JS1_JOBS" title="GPU Jobs" name="Non-fragment jobs" description="The number of jobs processed … 37 …"JS1_TASKS" title="GPU Tasks" name="Non-fragment tasks" description="The number of tasks processed… 38 … title="GPU Cycles" name="Non-fragment queue active" description="The number of cycles where work … 39 …le="GPU Wait Cycles" name="Non-fragment descriptor read cycles" description="The number number of … 40 …UE" title="GPU Wait Cycles" name="Non-fragment job issue cycles" description="The number of cycles… [all …]
|
| D | G78.xml | 1 <!-- 2 Copyright © 2017-2020 ARM Limited. 3 Copyright © 2021-2022 Collabora, Ltd. 24 --> 34 …" counter="JS0_WAIT_DEPEND" title="GPU Wait Cycles" name="Fragment job dependency cycles" descript… 36 …er="JS1_JOBS" title="GPU Jobs" name="Non-fragment jobs" description="The number of jobs processed … 37 …"JS1_TASKS" title="GPU Tasks" name="Non-fragment tasks" description="The number of tasks processed… 38 … title="GPU Cycles" name="Non-fragment queue active" description="The number of cycles where work … 39 …le="GPU Wait Cycles" name="Non-fragment descriptor read cycles" description="The number number of … 40 …UE" title="GPU Wait Cycles" name="Non-fragment job issue cycles" description="The number of cycles… [all …]
|
| /third_party/skia/infra/bots/gen_tasks_logic/ |
| D | gen_tasks_logic.go | 2 // Use of this source code is governed by a BSD-style license that can be 16 "path" 17 "path/filepath" 34 CAS_LOTTIE_CI = "lottie-ci" 35 CAS_LOTTIE_WEB = "lottie-web" 39 CAS_RUN_RECIPE = "run-recipe" 41 CAS_RECREATE_SKPS = "recreate-skps" 42 CAS_SKOTTIE_WASM = "skottie-wasm" 44 CAS_TASK_DRIVERS = "task-drivers" 46 CAS_WASM_GM = "wasm-gm" [all …]
|
| /third_party/rust/crates/cxx/gen/build/src/ |
| D | lib.rs | 19 //! .flag_if_supported("-std=c++11") 20 //! .compile("cxxbridge-demo"); 22 //! println!("cargo:rerun-if-changed=src/main.rs"); 23 //! println!("cargo:rerun-if-changed=src/demo.cc"); 24 //! println!("cargo:rerun-if-changed=include/demo.h"); 37 //! For use in non-Cargo builds like Bazel or Buck, CXX provides an 39 //! line tool. The tool is packaged as the `cxxbridge-cmd` crate. 42 //! $ cargo install cxxbridge-cmd # or build it from the repo 44 //! $ cxxbridge src/main.rs --header > path/to/mybridge.h 45 //! $ cxxbridge src/main.rs > path/to/mybridge.cc [all …]
|
12345678910>>...12