| /third_party/openssl/test/ |
| D | README.md | 5 Run: 11 **Warning:** you MUST run the tests from an unprivileged account 17 ------------- 30 Verbosity on failed (sub-)tests only 35 Verbosity on failed (sub-)tests, in addition progress on succeeded (sub-)tests 40 If you want to run just one or a few specific tests, you can use 54 $ make list-tests # Unix 55 $ mms list-tests ! OpenVMS 56 $ nmake list-tests # Windows 68 ---------------------- [all …]
|
| /third_party/typescript/ |
| D | Gulpfile.mjs | 1 // @ts-check 4 import log from "fancy-log"; 5 import newer from "gulp-newer"; 6 import sourcemaps from "gulp-sourcemaps"; 8 import rename from "gulp-rename"; 9 import concat from "gulp-concat"; 12 import { append, transform } from "gulp-insert"; 20 const { src, dest, task, parallel, series, watch } = gulp; 62 task("generate-diagnostics", generateDiagnostics); 63 task("generate-diagnostics").description = "Generates a diagnostic file in TypeScript based on an i… [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/ |
| D | runtest.sh | 2 # Copyright 2019-2021 Huawei Technologies Co., Ltd 8 # http://www.apache.org/licenses/LICENSE-2.0 17 IGNORE_EXEC="--ignore=$CURRPATH/exec" 21 if [ $# -eq 1 ] && ([ "$1" == "stage1" ] || [ "$1" == "stage2" ] || [ "$1" == "stage3" ] || [ "$1… 23 echo "run python dataset ut" 24 pytest -v $CURRPATH/dataset 27 if [ ${RET} -ne 0 ]; then 31 echo "run python debugger gpu ut" 32 pytest -v $CURRPATH/debugger/gpu_tests 35 if [ ${RET} -ne 0 ]; then [all …]
|
| /third_party/opencl-headers/.github/workflows/ |
| D | macos.yml | 7 runs-on: macos-latest 11 GEN: [Xcode, Ninja Multi-Config] 15 - name: Checkout OpenCL-Headers 18 - name: Create Build Environment 20 run: | 21 cmake -E make_directory $GITHUB_WORKSPACE/build; 22 cmake -E make_directory $GITHUB_WORKSPACE/install; 23 …if [[ "${{matrix.GEN}}" == "Ninja Multi-Config" && ! `which ninja` ]]; then brew install ninja; fi; 25 cmake --version 27 - name: Configure CMake [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/python/ |
| D | test_inference_cloud.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 58 data_path_list[-1] = "group2." + data_path_list[-1] 72 if -1 in input_shape: 131 context.parallel.workers_num = 2 142 context.parallel.workers_num = 2 153 context.parallel.workers_num = 2 188 print("run model inference cpu success.") 190 print("run parallel inference cpu success.") 193 print("run model inference gpu success.") 195 print("run parallel inference gpu success.") [all …]
|
| /third_party/json/tests/thirdparty/Fuzzer/test/ |
| D | fuzzer-jobs.test | 1 RUN: rm -rf %tmp 2 RUN: mkdir %tmp && cd %tmp 4 RUN: rm -rf FuzzerJobsTestCORPUS 5 RUN: mkdir FuzzerJobsTestCORPUS 6 RUN: rm -f fuzz-{0,1}.log 7 # Start fuzzer and in parallel check that the output files 9 RUN: LLVMFuzzer-EmptyTest -max_total_time=4 -jobs=2 -workers=2 FuzzerJobsTestCORPUS > %t-fuzzer-job… 12 RUN: sleep 2 13 # If the instances are running in parallel they should have created their log 15 RUN: ls fuzz-0.log [all …]
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/run-parallel/ |
| D | main.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 // run-parallel is a tool to run an executable with the provided templated 30 if err := run(); err != nil { 38 run-parallel is a tool to run an executable with the provided templated 42 run-parallel <executable> [arguments...] -- [per-instance-value...] 44 executable - the path to the executable to run. 45 arguments - a list of arguments to pass to the executable. 47 per-instance-value for the given invocation. 48 per-instance-value - a list of values. The executable will be invoked for each 53 func run() error { func [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/scripts/ |
| D | run_benchmark_gpu.sh | 5 # Run converter on x86 platform: 9 tar -zxf mindspore-lite-${version}-linux-x64.tar.gz || exit 1 10 cd ${x86_path}/mindspore-lite-${version}-linux-x64/ || exit 1 15 rm -rf ${ms_models_path} 16 mkdir -p ${ms_models_path} 19 backend=${backend:-"all"} 40 # Run on gpu platform: 43 backend=${backend:-"all"} 65 # Run converted models: 78 model_name=`echo ${line} | awk -F ';' '{print $1}'` [all …]
|
| /third_party/curl/tests/ |
| D | runtests.1 | 21 .\" * SPDX-License-Identifier: curl 27 runtests.pl \- run one or more test cases 35 Specify which test(s) to run by specifying test numbers or keywords. 38 find will be considered for running. You can specify single test cases to run 39 by specifying test numbers space-separated, like "1 3 5 7 11", and you can 42 Specify tests to not run with a leading exclamation point, like "!66", which 45 Prefix a test number with a tilde (~) to still run it, but ignore the results. 48 to run, like "FTPS". The keywords are strings used in the individual tests. 51 or phrase, like "!HTTP NTLM auth" to run all tests \fBexcept\fP those using 55 Prefix a keyword with a tilde (~) to still run it, but ignore the results. [all …]
|
| /third_party/ninja/.github/workflows/ |
| D | windows.yml | 11 runs-on: windows-latest 14 fail-fast: false 17 - arch: 'x64' 19 - arch: 'arm64' 23 - uses: actions/checkout@v2 25 - name: Install dependencies 26 run: choco install re2c 28 - name: Build ninja 30 run: | 31 cmake -Bbuild -A ${{ matrix.arch }} [all …]
|
| D | linux.yml | 11 runs-on: [ubuntu-latest] 15 - uses: actions/checkout@v2 16 - uses: codespell-project/actions-codespell@master 19 - name: Install dependencies 20 run: | 21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh 22 chmod +x cmake-3.16.4-Linux-x86_64.sh 23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local 24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… 25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… [all …]
|
| /third_party/backends/ |
| D | README.os2 | 1 2002-01-03 3 Look at http://home.tiscalinet.de/fbakan/sane-os2.htm for information about 10 SANE 1.03 for OS/2 - build 1 11 ---------------------------- 16 -------- 23 ------------------------------ 26 http://www.sane-project.org/ 35 ------- 49 and look for sane-os2, or fill the form available on my site. 53 ------------- [all …]
|
| /third_party/python/Lib/distutils/command/ |
| D | build.py | 21 ('build-base=', 'b', 23 ('build-purelib=', None, 24 "build directory for platform-neutral distributions"), 25 ('build-platlib=', None, 26 "build directory for platform-specific distributions"), 27 ('build-lib=', None, 29 "build-purelib or build-platlib"), 30 ('build-scripts=', None, 32 ('build-temp=', 't', 34 ('plat-name=', 'p', [all …]
|
| /third_party/python/Tools/freeze/test/ |
| D | freeze.py | 25 return subprocess.run( 35 print("--- STDOUT ---") 37 print("--- STDERR ---") 39 print("---- END ----") 49 opt = f'--{name}' 54 return -1 58 opt = f'--{name}' 70 if pos == len(args) - 1: 104 infile = open(filename, encoding='utf-8') 119 cmd = [python, '-c', [all …]
|
| /third_party/rust/crates/libc/.github/workflows/ |
| D | bors.yml | 6 - auto-libc 7 - try 13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 17 runs-on: ubuntu-22.04 19 fail-fast: true 22 i686-unknown-linux-gnu, 23 x86_64-unknown-linux-gnu, 26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master 29 - uses: actions/checkout@v3 30 - name: Setup Rust toolchain [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/examples/cloud_infer/quick_start_parallel_python/ |
| D | quick_start_parallel_python.py | 1 # Copyright 2022-2023 Huawei Technologies Co., Ltd 7 # http://www.apache.org/licenses/LICENSE-2.0 30 # In parallel inference, the number of workers in one `ModelParallelRunner` in server. 31 # If you prepare to compare the time difference between parallel inference and serial inference, 44 … parallel_runner (mindspore_lite.ModelParallelRunner): Actuator Supporting Parallel inference. 61 print("parallel id: ", parallel_id, " | task index: ", task_index, " | run once time: ", 62 once_end_time - once_start_time, " s") 84 context.parallel.workers_num = WORKERS_NUM 93 # Start threads to perform parallel inference. 99 print("total run time: ", total_end_time - total_start_time, " s")
|
| /third_party/mindspore/mindspore-src/source/tests/st/auto_parallel/ |
| D | test_parallel_complex_input.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 Feature: Parallel Support for Complex64 input 26 Expectation: Run success 28 …ret = os.system("mpirun -n 8 --allow-run-as-root pytest -s -v parallel_complex_input.py::test_pyna… 37 Feature: Parallel Support for Complex64 input 39 Expectation: Run success 41 …ret = os.system("mpirun -n 8 --allow-run-as-root pytest -s -v parallel_complex_input.py::test_grap…
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/expander/ |
| D | utils.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 30 #include "frontend/parallel/auto_parallel/costmodel.h" 31 #include "frontend/parallel/graph_util/generate_graph.h" 67 if (primc == nullptr || primc->isa<PrimitivePy>()) { in ConvertPrimToPrimPy() 71 if (mindspore::ops::IsPrimitiveFunction(primc->name())) { in ConvertPrimToPrimPy() 77 if (primc->isa<prim::DoSignaturePrimitive>()) { in ConvertPrimToPrimPy() 81 if (auto it = primpy_cache.find(primc->name()); it != primpy_cache.end()) { in ConvertPrimToPrimPy() 82 return it->second; in ConvertPrimToPrimPy() 84 parallel::OperatorAttrs attrs; in ConvertPrimToPrimPy() 85 const auto iter = op2attrs.find(primc->name()); in ConvertPrimToPrimPy() [all …]
|
| /third_party/mesa3d/src/amd/ci/ |
| D | gitlab-ci.yml | 2 # Run three jobs in parallel each running 1/30th of the test suite 5 - .lava-test:amd64 6 - .radv-rules 7 parallel: 3 13 DEVICE_TYPE: hp-11A-G6-EE-grunt 15 GPU_VERSION: radv-stoney-aco 22 RUNNER_TAG: mesa-ci-x86-64-lava-hp-11A-G6-EE-grunt 25 .test-radv: 27 - .radv-rules 31 # The SPIRV -> NIR code generator generates so many harmless [all …]
|
| /third_party/skia/third_party/externals/tint/tools/ |
| D | lint | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e # fail on error 21 if ! command -v cpplint.py &> /dev/null; then 26 FILTER="-runtime/references" 27 FILES="`find src -type f` `find samples -type f`" 28 FILES+="`find tools/src -type f` `find samples -type f`" 30 if command -v go &> /dev/null; then 31 # Go is installed. Run cpplint in parallel for speed wins 32 go run $SCRIPT_DIR/src/cmd/run-parallel/main.go \ 33 --only-print-failures \ [all …]
|
| /third_party/mesa3d/.gitlab-ci/ |
| D | all-skips.txt | 2 # non-zero-length and not starting with '#', will regex match to 6 # reliable to be run in parallel with other tests due to CPU-side timing. 7 dEQP-GLES[0-9]*.functional.flush_finish.* 9 # https://gitlab.freedesktop.org/mesa/mesa/-/issues/4575 10 dEQP-VK.wsi.display.get_display_plane_capabilities 12 # piglit: WGL is Windows-only 15 # These are sensitive to CPU timing, and would need to be run in isolation 16 # on the system rather than in parallel with other tests.
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/ |
| D | comm_ops.py | 1 # Copyright 2020-2023 Huawei Technologies Co., Ltd 7 # http://www.apache.org/licenses/LICENSE-2.0 35 - SUM: ReduceOp.SUM. 36 - MAX: ReduceOp.MAX. 37 - MIN: ReduceOp.MIN. 38 - PROD: ReduceOp.PROD. 42 - SUM: Take the sum. 43 - MAX: Take the maximum. 44 - MIN: Take the minimum. 45 - PROD: Take the product. [all …]
|
| /third_party/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci.yml | 1 .freedreno-test: 3 - .baremetal-test-arm64 4 - .freedreno-rules 7 FLAKES_CHANNEL: "#freedreno-ci" 11 - ./install/bare-metal/fastboot.sh 13 - google-freedreno-db410c 15 .baremetal-deqp-test-freedreno-vk: 17 - .baremetal-deqp-test 24 .freedreno-test-traces: 26 - .piglit-traces-test [all …]
|
| /third_party/icu/icu4c/source/python/icutools/databuilder/ |
| D | __main__.py | 4 # Python 2/3 Compatibility (ICU-20299) 5 # TODO(ICU-20301): Remove this. 25 Use the --mode option to declare how to execute those rules, either exporting 26 the rules to a Makefile or spawning child processes to run them immediately: 28 --mode=gnumake prints a Makefile to standard out. 29 --mode=unix-exec spawns child processes in a Unix-like environment. 30 --mode=windows-exec spawns child processes in a Windows-like environment. 32 Tips for --mode=unix-exec 40 $ LD_LIBRARY_PATH=lib PYTHONPATH=python python3 -m icutools.databuilder ... 46 $ LD_LIBRARY_PATH=lib ./bin/pkgdata --help [all …]
|
| /third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
| D | __main__.py | 4 # Python 2/3 Compatibility (ICU-20299) 5 # TODO(ICU-20301): Remove this. 25 Use the --mode option to declare how to execute those rules, either exporting 26 the rules to a Makefile or spawning child processes to run them immediately: 28 --mode=gnumake prints a Makefile to standard out. 29 --mode=unix-exec spawns child processes in a Unix-like environment. 30 --mode=windows-exec spawns child processes in a Windows-like environment. 32 Tips for --mode=unix-exec 40 $ LD_LIBRARY_PATH=lib PYTHONPATH=python python3 -m icutools.databuilder ... 46 $ LD_LIBRARY_PATH=lib ./bin/pkgdata --help [all …]
|