Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 20 of 20) sorted by relevance

/oneTBB/examples/parallel_for/game_of_life/
H A DEvolution.hpp62 virtual void Run(double execution_time, int nthread) = 0;
110 virtual void Run(double execution_time, int nthread);
130 virtual void Run(double execution_time, int nthread);
H A DGame_of_life.cpp136 m_seq->Run(execution_time, 1); in main()
141 m_par->Run(execution_time, p); in main()
H A DEvolution.cpp53 void SequentialEvolution::Run(double execution_time, int nthread) { in Run() function in SequentialEvolution
95 void ParallelEvolution::Run(double execution_time, int nthread) { in Run() function in ParallelEvolution
/oneTBB/.github/workflows/
H A Dci.yml41 - name: Run scan
51 - name: Run scan
119 - name: Run check
137 - name: Run testing
172 - name: Run testing
198 - name: Run testing
234 - name: Run testing
272 - name: Run testing
298 - name: Run testing
334 - name: Run testing
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_lib_unload.cpp144 struct Run { struct
191 utils::NativeParallelFor( 1, Run() );
212 utils::NativeParallelFor( 1, Run() );
/oneTBB/doc/GSG/
H A Dnext_steps.rst27 Build and Run a Sample
81 #. Run the example.
118 #. Run the executable:
H A Dget_started.rst17 #. Run your program using oneTBB following the :ref:`Next Steps <next_steps>`.
/oneTBB/cmake/
H A Dmemcheck.cmake22 COMMENT "Run memcheck on all tests")
50 COMMENT "Run memcheck scan on specified list")
H A DREADME.md176 #### Run Test
191 ## Sanitizers - Configure, Build, and Run
201 ## Valgrind Memcheck - Configure, Build, and Run
/oneTBB/doc/
H A DREADME.md27 3. Run in the command line:
H A DDoxyfile.in1054 # - Run doxygen as normal
/oneTBB/python/
H A DREADME.md34 …- `python3 -m tbb your_script.py` - Run your_script.py in context of `with tbb.Monkey():` when one…
35 …- `python3 -m tbb --ipc your_script.py` - Run your_script.py in context of `with tbb.Monkey():` wh…
/oneTBB/examples/parallel_reduce/pi/
H A DREADME.md11 ## Run section in Pi Sample
/oneTBB/doc/main/tbb_userguide/
H A Ddestroy_graphs_outside_main_thread.rst3 Destroying Graphs That Run Outside the Main Thread
H A Dwork_isolation.rst80 // Run the inner parallel_for in a separate arena to prevent the thread
130 // Run the second parallel loop in an isolated region to prevent the current thread
H A DControlling_Chunking_os.rst106 #. Run your algorithm.
/oneTBB/
H A DBazel.md83 Run ```bazel build //...``` in the oneTBB root directory.
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_Scheduler_Init.rst56 // Run the default parallelism
/oneTBB/test/tbb/
H A Dtest_task_group.cpp132 void Run ( std::uintptr_t idx ) { in Run() function in SharedGroupBodyImpl
190 tg.run_and_wait([&] { m_pImpl->Run(idx); }); in operator ()()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLocal_Serializer.rst177 #. Run the functor.