Home
last modified time | relevance | path

Searched +full:test +full:- +full:wasm (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/external/XNNPACK/scripts/
Dgenerate-f32-vbinary.sh4 # This source code is licensed under the BSD-style license found in the
8 ### Generic C micro-kernels
9 …ngen src/f32-vbinary/vop-scalar.c.in -D OP=ADD -D BATCH_TILE=1 -D WASM=0 -D ACTIVATION=MINMAX
10 …ngen src/f32-vbinary/vop-scalar.c.in -D OP=ADD -D BATCH_TILE=2 -D WASM=0 -D ACTIVATION=MINMAX
11 …ngen src/f32-vbinary/vop-scalar.c.in -D OP=ADD -D BATCH_TILE=4 -D WASM=0 -D ACTIVATION=MINMAX
12 …ngen src/f32-vbinary/vop-scalar.c.in -D OP=ADD -D BATCH_TILE=8 -D WASM=0 -D ACTIVATION=MINMAX
13 …ngen src/f32-vbinary/vop-scalar.c.in -D OP=DIV -D BATCH_TILE=1 -D WASM=0 -D ACTIVATION=MINMAX
14 …ngen src/f32-vbinary/vop-scalar.c.in -D OP=DIV -D BATCH_TILE=2 -D WASM=0 -D ACTIVATION=MINMAX
15 …ngen src/f32-vbinary/vop-scalar.c.in -D OP=DIV -D BATCH_TILE=4 -D WASM=0 -D ACTIVATION=MINMAX
16 …ngen src/f32-vbinary/vop-scalar.c.in -D OP=DIV -D BATCH_TILE=8 -D WASM=0 -D ACTIVATION=MINMAX
[all …]
Dgenerate-f32-vlrelu.sh4 # This source code is licensed under the BSD-style license found in the
8 tools/xngen src/f32-vlrelu/scalar.c.in -D BATCH_TILE=1 -D WASM=0 -o src/f32-vlrelu/gen/vlrelu-scala…
9 tools/xngen src/f32-vlrelu/scalar.c.in -D BATCH_TILE=2 -D WASM=0 -o src/f32-vlrelu/gen/vlrelu-scala…
10 tools/xngen src/f32-vlrelu/scalar.c.in -D BATCH_TILE=4 -D WASM=0 -o src/f32-vlrelu/gen/vlrelu-scala…
12 ##################################### WAsm ####################################
13 tools/xngen src/f32-vlrelu/wasm.c.in -D BATCH_TILE=1 -D WASM=1 -o src/f32-vlrelu/gen/vlrelu-wasm-x1…
14 tools/xngen src/f32-vlrelu/wasm.c.in -D BATCH_TILE=2 -D WASM=1 -o src/f32-vlrelu/gen/vlrelu-wasm-x2…
15 tools/xngen src/f32-vlrelu/wasm.c.in -D BATCH_TILE=4 -D WASM=1 -o src/f32-vlrelu/gen/vlrelu-wasm-x4…
17 ################################## WAsm SIMD ##################################
18 tools/xngen src/f32-vlrelu/wasmsimd-bitselect.c.in -D BATCH_TILE=4 -o src/f32-vlrelu/gen/vlrelu-was…
[all …]
Dgenerate-f32-vclamp.sh4 # This source code is licensed under the BSD-style license found in the
8 ### Generic C micro-kernels
9 tools/xngen src/f32-vclamp/scalar.c.in -D BATCH_TILE=1 -D WASM=0 -o src/f32-vclamp/gen/vclamp-scala…
10 tools/xngen src/f32-vclamp/scalar.c.in -D BATCH_TILE=2 -D WASM=0 -o src/f32-vclamp/gen/vclamp-scala…
11 tools/xngen src/f32-vclamp/scalar.c.in -D BATCH_TILE=4 -D WASM=0 -o src/f32-vclamp/gen/vclamp-scala…
13 ### WAsm-specific micro-kernels
14 tools/xngen src/f32-vclamp/scalar.c.in -D BATCH_TILE=1 -D WASM=1 -o src/f32-vclamp/gen/vclamp-wasm-
15 tools/xngen src/f32-vclamp/scalar.c.in -D BATCH_TILE=2 -D WASM=1 -o src/f32-vclamp/gen/vclamp-wasm-
16 tools/xngen src/f32-vclamp/scalar.c.in -D BATCH_TILE=4 -D WASM=1 -o src/f32-vclamp/gen/vclamp-wasm-
18 ################################## WAsm SIMD ##################################
[all …]
Dgenerate-f32-qs8-vcvt.sh4 # This source code is licensed under the BSD-style license found in the
8 tools/xngen src/f32-qs8-vcvt/neon.c.in -D BATCH_TILE=8 -D DATATYPE=QS8 -o src/f32-qs8-vcvt/gen/vcv…
9 tools/xngen src/f32-qs8-vcvt/neon.c.in -D BATCH_TILE=16 -D DATATYPE=QS8 -o src/f32-qs8-vcvt/gen/vcv…
10 tools/xngen src/f32-qs8-vcvt/neon.c.in -D BATCH_TILE=24 -D DATATYPE=QS8 -o src/f32-qs8-vcvt/gen/vcv…
11 tools/xngen src/f32-qs8-vcvt/neon.c.in -D BATCH_TILE=32 -D DATATYPE=QS8 -o src/f32-qs8-vcvt/gen/vcv…
13 tools/xngen src/f32-qs8-vcvt/neon.c.in -D BATCH_TILE=8 -D DATATYPE=QU8 -o src/f32-qu8-vcvt/gen/vcv…
14 tools/xngen src/f32-qs8-vcvt/neon.c.in -D BATCH_TILE=16 -D DATATYPE=QU8 -o src/f32-qu8-vcvt/gen/vcv…
15 tools/xngen src/f32-qs8-vcvt/neon.c.in -D BATCH_TILE=24 -D DATATYPE=QU8 -o src/f32-qu8-vcvt/gen/vcv…
16 tools/xngen src/f32-qs8-vcvt/neon.c.in -D BATCH_TILE=32 -D DATATYPE=QU8 -o src/f32-qu8-vcvt/gen/vcv…
18 tools/xngen src/f32-qs8-vcvt/neonv8.c.in -D BATCH_TILE=8 -D DATATYPE=QS8 -o src/f32-qs8-vcvt/gen/v…
[all …]
Dgenerate-f32-vhswish.sh4 # This source code is licensed under the BSD-style license found in the
8 ### Generic C micro-kernels
9 tools/xngen src/f32-vhswish/scalar.c.in -D BATCH_TILE=1 -D WASM=0 -o src/f32-vhswish/gen/vhswish-sc…
10 tools/xngen src/f32-vhswish/scalar.c.in -D BATCH_TILE=2 -D WASM=0 -o src/f32-vhswish/gen/vhswish-sc…
11 tools/xngen src/f32-vhswish/scalar.c.in -D BATCH_TILE=4 -D WASM=0 -o src/f32-vhswish/gen/vhswish-sc…
13 ### WAsm-specific micro-kernels
14 tools/xngen src/f32-vhswish/scalar.c.in -D BATCH_TILE=1 -D WASM=1 -o src/f32-vhswish/gen/vhswish-wa…
15 tools/xngen src/f32-vhswish/scalar.c.in -D BATCH_TILE=2 -D WASM=1 -o src/f32-vhswish/gen/vhswish-wa…
16 tools/xngen src/f32-vhswish/scalar.c.in -D BATCH_TILE=4 -D WASM=1 -o src/f32-vhswish/gen/vhswish-wa…
18 ################################## WAsm SIMD ##################################
[all …]
Dgenerate-f32-vrelu.sh4 # This source code is licensed under the BSD-style license found in the
8 ### Generic C micro-kernels
9 tools/xngen src/f32-vrelu/scalar.c.in -D BATCH_TILE=1 -o src/f32-vrelu/gen/vrelu-scalar-x1.c &
10 tools/xngen src/f32-vrelu/scalar.c.in -D BATCH_TILE=2 -o src/f32-vrelu/gen/vrelu-scalar-x2.c &
11 tools/xngen src/f32-vrelu/scalar.c.in -D BATCH_TILE=4 -o src/f32-vrelu/gen/vrelu-scalar-x4.c &
12 tools/xngen src/f32-vrelu/scalar.c.in -D BATCH_TILE=8 -o src/f32-vrelu/gen/vrelu-scalar-x8.c &
14 ### WAsm-specific micro-kernels
15 tools/xngen src/f32-vrelu/wasm.c.in -D BATCH_TILE=1 -o src/f32-vrelu/gen/vrelu-wasm-x1.c &
16 tools/xngen src/f32-vrelu/wasm.c.in -D BATCH_TILE=2 -o src/f32-vrelu/gen/vrelu-wasm-x2.c &
17 tools/xngen src/f32-vrelu/wasm.c.in -D BATCH_TILE=4 -o src/f32-vrelu/gen/vrelu-wasm-x4.c &
[all …]
Dgenerate-qs8-gavgpool.sh4 # This source code is licensed under the BSD-style license found in the
8-gavgpool/unipass-scalar.c.in -D ROW_TILE=7 -D CHANNEL_TILE=1 -D REQUANTIZATION=FP32 -D VARIANT=IM…
9-gavgpool/unipass-scalar.c.in -D ROW_TILE=7 -D CHANNEL_TILE=2 -D REQUANTIZATION=FP32 -D VARIANT=IM…
10-gavgpool/unipass-scalar.c.in -D ROW_TILE=7 -D CHANNEL_TILE=4 -D REQUANTIZATION=FP32 -D VARIANT=IM…
12-gavgpool/unipass-scalar.c.in -D ROW_TILE=7 -D CHANNEL_TILE=1 -D REQUANTIZATION=FP32 -D VARIANT=FM…
13-gavgpool/unipass-scalar.c.in -D ROW_TILE=7 -D CHANNEL_TILE=2 -D REQUANTIZATION=FP32 -D VARIANT=FM…
14-gavgpool/unipass-scalar.c.in -D ROW_TILE=7 -D CHANNEL_TILE=4 -D REQUANTIZATION=FP32 -D VARIANT=FM…
16-gavgpool/unipass-scalar.c.in -D ROW_TILE=7 -D CHANNEL_TILE=1 -D REQUANTIZATION=FP32 -D VARIANT=LR…
17-gavgpool/unipass-scalar.c.in -D ROW_TILE=7 -D CHANNEL_TILE=2 -D REQUANTIZATION=FP32 -D VARIANT=LR…
18-gavgpool/unipass-scalar.c.in -D ROW_TILE=7 -D CHANNEL_TILE=4 -D REQUANTIZATION=FP32 -D VARIANT=LR…
[all …]
Dgenerate-f32-vmulcaddc.sh4 # This source code is licensed under the BSD-style license found in the
8 ### Generic C micro-kernels
9 tools/xngen src/f32-vmulcaddc/scalar.c.in -D CHANNEL_TILE=1 -D ROW_TILE=2 -D WASM=0 -o src/f32-vmul…
10 tools/xngen src/f32-vmulcaddc/scalar.c.in -D CHANNEL_TILE=2 -D ROW_TILE=2 -D WASM=0 -o src/f32-vmul…
11 tools/xngen src/f32-vmulcaddc/scalar.c.in -D CHANNEL_TILE=4 -D ROW_TILE=2 -D WASM=0 -o src/f32-vmul…
13 ### WAsm-specific micro-kernels
14 tools/xngen src/f32-vmulcaddc/scalar.c.in -D CHANNEL_TILE=1 -D ROW_TILE=2 -D WASM=1 -o src/f32-vmul…
15 tools/xngen src/f32-vmulcaddc/scalar.c.in -D CHANNEL_TILE=2 -D ROW_TILE=2 -D WASM=1 -o src/f32-vmul…
16 tools/xngen src/f32-vmulcaddc/scalar.c.in -D CHANNEL_TILE=4 -D ROW_TILE=2 -D WASM=1 -o src/f32-vmul…
18 ################################## WAsm SIMD ##################################
[all …]
/external/skia/modules/canvaskit/
DMakefile2 - rm -rf ../../out/canvaskit_wasm
3 - rm -rf ./npm_build/bin
4 - rm -rf ./build/
10 - rm -rf build/
13 cp ../../out/canvaskit_wasm/canvaskit.wasm ./build/
18 - rm -rf build/
21 cp ../../out/canvaskit_wasm/canvaskit.wasm ./build/
26 - rm -rf build/
29 cp ../../out/canvaskit_wasm/canvaskit.wasm ./build/
34 - rm -rf build/
[all …]
DREADME.md4 test dependencies. Recent installations of Node have npm as well.
12 script in `//bin/activate-emsdk` (or `//bin/git-sync-deps` which also calls activate-emsdk).
17 (see `//skia/gn/toolchain/wasm.gni`). For other available arguments, see
25 can fail with errors about SSL certificates. <https://github.com/emscripten-core/emsdk/pull/273>
27 See also <https://github.com/emscripten-core/emscripten/issues/9036#issuecomment-532092743>
38 make local-example
46 For example, building a stripped-down version of CanvasKit with no text support or
51 Such a stripped-down version is about half the size of the default release build.
55 To run unit tests and compute test coverage on a debug gpu build
59 make test-continuous
[all …]
/external/skia/modules/pathkit/
DMakefile3 - rm -rf build/
4 mkdir -p ./build/wasm ./build/asmjs
5 cp ../../out/pathkit/pathkit.js ./build/wasm/pathkit.js
6 cp ../../out/pathkit/pathkit.wasm ./build/wasm/pathkit.wasm
13 - rm -rf build/
14 mkdir -p ./build/wasm ./build/asmjs
15 cp ../../out/pathkit/pathkit.js ./build/wasm/pathkit.js
16 cp ../../out/pathkit/pathkit.wasm ./build/wasm/pathkit.wasm
23 rm -rf ./npm-wasm/bin ./npm-asmjs/bin
24 mkdir -p ./npm-wasm/bin ./npm-asmjs/bin
[all …]
/external/skia/infra/bots/recipes/test_pathkit.expected/
Dpathkit_trybot.json22 "-u",
24 "--json-output",
26 "ensure-directory",
27 "--mode",
76 "-u",
78 "--json-output",
80 "ensure-directory",
81 "--mode",
83 "[START_DIR]/skia/modules/pathkit/build/wasm"
86 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/build/wasm",
[all …]
DTest-Debian10-EMCC-GCE-CPU-AVX2-wasm-Debug-All-PathKit.json22 "-u",
24 "--json-output",
26 "ensure-directory",
27 "--mode",
76 "-u",
78 "--json-output",
80 "ensure-directory",
81 "--mode",
83 "[START_DIR]/skia/modules/pathkit/build/wasm"
86 "name": "Docker setup.mkdirs [START_DIR]/skia/modules/pathkit/build/wasm",
[all …]
/external/rust/crates/rayon-core/src/thread_pool/
Dtest.rs1 #![cfg(test)]
9 #[test]
18 #[test]
19 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
24 // once we exit this block, thread-pool will be dropped in workers_stop()
35 // once thread-pool is dropped, registry should terminate, which in workers_stop()
42 join(|| join_a_lot(n - 1), || join_a_lot(n - 1)); in join_a_lot()
46 #[test]
47 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
54 // once we exit this block, thread-pool will be dropped in sleeper_stop()
[all …]
/external/rust/crates/rayon/tests/
Doctillion.rs6 fn octillion() -> rayon::range::Iter<u128> { in octillion()
11 fn octillion_inclusive() -> rayon::range_inclusive::Iter<u128> { in octillion_inclusive()
16 fn octillion_flat() -> impl ParallelIterator<Item = u128> { in octillion_flat()
36 // NOTE: `find_first` and `find_last` currently take too long on 32-bit targets,
39 #[test]
46 #[test]
53 #[test]
60 fn two_threads<F: Send + FnOnce() -> R, R: Send>(f: F) -> R { in two_threads()
63 // short-circuiting. We probably don't want testing to wait that long. ;) in two_threads()
70 #[test]
[all …]
/external/skia/infra/bots/recipes/
Dtest_pathkit.py2 # Use of this source code is governed by a BSD-style license that can be
26 DOCKER_IMAGE = 'gcr.io/skia-public/gold-karma-chrome-tests:87.0.4280.88_v2'
36 # The karma script is configured to look in ./npm-(asmjs|wasm)/bin/test/ for
37 # the test files to load, so we must copy them there (see Set up for docker).
39 'build', 'wasm')
45 bundle_name = 'pathkit.wasm'
67 docker_args = ['--env', 'ASM_JS=1']
70 '--builder', api.vars.builder_name,
71 '--git_hash', api.properties['revision'],
72 '--buildbucket_build_id', api.properties.get('buildbucket_build_id', ''),
[all …]
Dperf_pathkit.py2 # Use of this source code is governed by a BSD-style license that can be
24 DOCKER_IMAGE = 'gcr.io/skia-public/perf-karma-chrome-tests:87.0.4280.88_v1'
36 # The karma script is configured to look in ./npm-(asmjs|wasm)/bin/ for
37 # the test files to load, so we must copy them there (see Set up for docker).
39 'npm-wasm', 'bin')
42 'npm-asmjs', 'bin')
45 bundle_name = 'pathkit.wasm'
63 docker_args = ['--env', 'ASM_JS=1']
66 '--builder', api.vars.builder_name,
67 '--git_hash', api.properties['revision'],
[all …]
Dtest_canvaskit.py2 # Use of this source code is governed by a BSD-style license that can be
26 DOCKER_IMAGE = 'gcr.io/skia-public/gold-karma-chrome-tests:87.0.4280.88_v2'
36 # the test files to load, so we must copy them there (see Set up for docker).
47 'src': base_dir.join('canvaskit.wasm'),
48 'dst': copy_dest.join('canvaskit.wasm'),
54 '--builder', api.vars.builder_name,
55 '--git_hash', api.properties['revision'],
56 '--buildbucket_build_id', api.properties.get('buildbucket_build_id', ''),
57 '--browser', 'Chrome',
58 '--config', api.vars.configuration,
[all …]
/external/skia/modules/canvaskit/external_test/typescript_browser_es6/
Dpackage-lock.json2 "name": "external-typescript-test",
8 "name": "external-typescript-test",
10 "license": "BSD-3-Clause",
12 "canvaskit-wasm": "^0.30.0",
16 "node_modules/canvaskit-wasm": {
18 "resolved": "https://registry.npmjs.org/canvaskit-wasm/-/canvaskit-wasm-0.30.0.tgz",
19 …"integrity": "sha512-iow8oe8NXJ5o16a1yZDp4rhEEhsfzAzmPFIIgIV/++QCPojM+5vXM2mS9GVRzdm2V3EWBc8Wbc7yD…
23 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
24 …"integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuF…
35 "canvaskit-wasm": {
[all …]
/external/skia/modules/canvaskit/external_test/typescript_browser/
Dpackage-lock.json2 "name": "external-typescript-test",
8 "name": "external-typescript-test",
10 "license": "BSD-3-Clause",
12 "canvaskit-wasm": "^0.30.0",
16 "node_modules/canvaskit-wasm": {
18 "resolved": "https://registry.npmjs.org/canvaskit-wasm/-/canvaskit-wasm-0.30.0.tgz",
19 …"integrity": "sha512-iow8oe8NXJ5o16a1yZDp4rhEEhsfzAzmPFIIgIV/++QCPojM+5vXM2mS9GVRzdm2V3EWBc8Wbc7yD…
23 "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
24 …"integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuF…
35 "canvaskit-wasm": {
[all …]
/external/swiftshader/third_party/subzero/
DREADME-wasm.md1 # Wasm Prototype Experiment Notes
3 Here's the command I use to test:
6 LD_LIBRARY_PATH=~/nacl/v8/out/native/lib.target make -j48 \
7 -f Makefile.standalone WASM=1 && \
8 LD_LIBRARY_PATH=~/nacl/v8/out/native/lib.target ./pnacl-sz -O2 -filetype=asm \
9 -target=arm32 ./torture-s2wasm-sexpr-wasm/20000112-1.c.s.wast.wasm
18 make -j48 native component=shared_library
21 `wasm-run-torture-tests.py` can be used to run all the tests, or some
23 torture tests from the [WebAssembly waterfall](https://wasm-stat.us/console) or
24 by running `./fetch-torture-tests.sh`.
[all …]
/external/rust/crates/chrono/.github/workflows/
Dtest-release.yml1 name: Release Test
9 # From here down this should be exactly the same as test.yml
12 test:
15 os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest]
18 # check all tzs on most-recent OS's
19 - os: ubuntu-latest
22 - os: windows-latest
25 - os: macos-latest
28 # test other rust versions
29 - os: ubuntu-latest
[all …]
/external/rust/crates/rayon-core/src/spawn/
Dtest.rs9 #[test]
10 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
19 #[test]
20 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
27 #[test]
56 /// Test what happens when the thread-pool is dropped but there are
57 /// still active asynchronous tasks. We expect the thread-pool to stay
59 #[test]
60 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
65 // Create a thread-pool and spawn some code in it, but then drop in termination_while_things_are_executing()
[all …]
/external/rust/crates/rayon-core/src/
Dtest.rs1 #![cfg(test)]
7 #[test]
8 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
17 #[test]
18 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
44 #[test]
45 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
74 #[test]
75 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
125 #[test]
[all …]
/external/rust/crates/rayon-core/src/broadcast/
Dtest.rs1 #![cfg(test)]
8 #[test]
14 #[test]
15 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
25 #[test]
26 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
33 #[test]
34 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
45 #[test]
46 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
[all …]

12345678910>>...14