Home
last modified time | relevance | path

Searched +full:run +full:- +full:parallel (Results 1 – 25 of 1025) sorted by relevance

12345678910>>...41

/third_party/mesa3d/src/amd/ci/
Dgitlab-ci.yml2 - local: 'src/amd/ci/gitlab-ci-inc.yml'
4 # Run five jobs in parallel each running 1/55th of the test suite
5 radv-stoney-vkcts:
7 - .lava-test-deqp:x86_64
8 - .radv-stoney-test:x86_64
9 parallel: 5
11 DEQP_SUITE: radv-stoney
14 radv-stoney-angle:
16 - .lava-test-deqp:x86_64
17 - .radv-stoney-test:x86_64
[all …]
/third_party/openssl/test/
DREADME.md5 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/opencl-headers/.github/workflows/
Dmacos.yml7 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/mesa3d/src/gallium/drivers/zink/ci/
Dgitlab-ci.yml2 - local: 'src/gallium/drivers/zink/ci/gitlab-ci-inc.yml'
4 zink-lvp:
6 - .test-gl
7 - .deqp-test
8 - .zink-lvp-test
10 DEQP_SUITE: zink-lvp
13 # Enable validation (except for on piglit, see deqp-zink-lvp.toml), logging
16 XVFB_SCRIPT: "VK_DRIVER=lvp install/deqp-runner.sh"
20 xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}"
22 zink-venus-lvp:
[all …]
/third_party/mindspore/mindspore-src/source/tests/ut/python/
Druntest.sh2 # 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/json/tests/thirdparty/Fuzzer/test/
Dfuzzer-jobs.test1 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/mesa3d/src/freedreno/ci/
Dgitlab-ci.yml2 - local: 'src/freedreno/ci/gitlab-ci-inc.yml'
4 a306-gl:
6 - .baremetal-deqp-test
7 - .a306-test
9 DEQP_SUITE: freedreno-a307
11 parallel: 5
13 a306-piglit:
15 - .baremetal-deqp-test
16 - .a306-test
17 - .google-freedreno-manual-rules
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/python/
Dtest_inference_cloud.py7 # 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/mesa3d/.gitlab-ci/
Dall-skips.txt2 # non-zero-length and not starting with '#', will regex match to
10 dEQP-VK.api.driver_properties.conformance_version
13 dEQP-VK.info.device_extensions
16 # reliable to be run in parallel with other tests due to CPU-side timing.
17 dEQP-GLES[0-9]*.functional.flush_finish.*
19 # piglit: WGL is Windows-only
22 # These are sensitive to CPU timing, and would need to be run in isolation
23 # on the system rather than in parallel with other tests.
30 # run piglit tests in parallel in Mesa CI, and don't have a compositor
34 # Piglit does mark these tests as not to be run in parallel, but deqp-runner
[all …]
Dx11-skips.txt2 # run piglit tests in parallel in Mesa CI, and don't have a compositor
6 # Piglit does mark these tests as not to be run in parallel, but deqp-runner
7 # doesn't respect that. We need to extend deqp-runner to allow some tests to be
8 # marked as single-threaded and run after the rayon loop if we want to support
11 # Other front-buffer access tests like fbo-sys-blit, fbo-sys-sub-blit, or
12 # fcc-front-buffer-distraction don't appear here, because the DRI3 fake-front
16 # Note that glx skips don't appear here, they're in all-skips.txt (in case someone
18 spec@!opengl 1.0@gl-1.0-swapbuffers-behavior
19 spec@!opengl 1.1@read-front
/third_party/skia/third_party/externals/tint/tools/src/cmd/run-parallel/
Dmain.go7 // 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/rust/rust/src/etc/completions/
Dx.py.ps15 Register-ArgumentCompleter -Native -CommandName 'x.py' -ScriptBlock {
11 for ($i = 1; $i -lt $commandElements.Count; $i++) {
13 if ($element -isnot [StringConstantExpressionAst] -or
14 $element.StringConstantType -ne [StringConstantType]::BareWord -or
15 $element.Value.StartsWith('-') -or
16 $element.Value -eq $wordToComplete) {
20 }) -join ';'
24 …[CompletionResult]::new('--config', 'config', [CompletionResultType]::ParameterName, 'TOML configu…
25 …ompletionResult]::new('--build-dir', 'build-dir', [CompletionResultType]::ParameterName, 'Build di…
26 …[CompletionResult]::new('--build', 'build', [CompletionResultType]::ParameterName, 'build target o…
[all …]
/third_party/skia/m133/tests/
DTestType.h4 * Use of this source code is governed by a BSD-style license that can be
14 // kCPU tests run in parallel; kCPUSerial do not and are executed before any
15 // other parallel work starts. GPU tests always run serially with respect to
16 // each other, but in parallel with kCPU tests.
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/scripts/
Drun_benchmark_gpu.sh5 # 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/
Druntests.121 .\" * 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/
Dwindows.yml11 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 …]
Dlinux.yml11 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/python/Lib/distutils/command/
Dbuild.py21 ('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/mindspore/mindspore-src/source/mindspore/lite/examples/cloud_infer/quick_start_parallel_python/
Dquick_start_parallel_python.py1 # 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/
Dtest_parallel_complex_input.py7 # 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/python/Tools/freeze/test/
Dfreeze.py25 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/backends/
DREADME.os21 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/skia/third_party/externals/tint/tools/
Dlint8 # 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/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/expander/
Dutils.cc8 * 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/rust/crates/libc/.github/workflows/
Dbors.yml6 - 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 …]

12345678910>>...41