Home
last modified time | relevance | path

Searched refs:vs (Results 1 – 8 of 8) sorted by relevance

/oneTBB/integration/windows/env/
H A Dvars.bat19 REM %SCRIPT_NAME% [^<arch^>] [^<vs^>]
24 REM ^<vs^> should be one of the following
28 REM if ^<vs^> is not set oneTBB dynamically linked with Microsoft Visual C++ runtime will be use…
/oneTBB/test/conformance/
H A Dconformance_combinable.cpp296 CombinableType vs; in RunParallelVectorTests() local
297 …tbb::parallel_for( oneapi::tbb::blocked_range<int> (0, N, 10000), ParallelVectorForBody<T>( vs ) ); in RunParallelVectorTests()
299vs.combine_each(MyCombineEach); // combine_each sums all elements of each vector into the result in RunParallelVectorTests()
302 CombinableType vs2(vs); in RunParallelVectorTests()
308 vs3 = vs; in RunParallelVectorTests()
H A Dconformance_enumerable_thread_specific.cpp647 ets_type vs; in run_parallel_vector_tests() local
649 REQUIRE( vs.empty() ); in run_parallel_vector_tests()
652 REQUIRE( !vs.empty() ); in run_parallel_vector_tests()
659 vs3 = vs; in run_parallel_vector_tests()
662 oneapi::tbb::parallel_reduce ( vs.range(1), pvrb ); in run_parallel_vector_tests()
666 REQUIRE( vs.size() == pvrb.count ); in run_parallel_vector_tests()
670 oneapi::tbb::flattened2d<ets_type> fvs = flatten2d(vs); in run_parallel_vector_tests()
734 ets_nokey_type vs; in run_cross_type_vector_tests() local
736 REQUIRE( vs.empty()); in run_cross_type_vector_tests()
738 REQUIRE( !vs.empty()); in run_cross_type_vector_tests()
[all …]
/oneTBB/
H A D.gitignore55 .vs/*
/oneTBB/doc/main/tbb_userguide/
H A DFlow_Graph_Buffering_in_Nodes.rst10 the message by that node. As noted in the section on Single-push vs.
H A DFlow_Graph_Single_Vs_Broadcast.rst3 Flow Graph Basics: Single-push vs. Broadcast-push
/oneTBB/doc/main/intro/
H A Dlimitations.rst25 Interface Incompatibilities: TBB vs oneTBB
/oneTBB/examples/parallel_for/polygon_overlay/
H A DREADME.md21 ![Speedup vs Submap count](speedup.gif)