Home
last modified time | relevance | path

Searched refs:board (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/parallel_for/game_of_life/
H A DEvolution.hpp46 BoardPtr board //! the board to update in Evolution() argument
49 m_board(board), in Evolution()
109 SequentialEvolution(Matrix* m, BoardPtr board) : Evolution(m, board) {} in SequentialEvolution() argument
120 ParallelEvolution(Matrix* m, BoardPtr board) : Evolution(m, board), m_parallel_time(0) { in ParallelEvolution() argument
H A DREADME.md4 …e of Life". One of these instances uses serial calculations to update the board. The other one cal…
/oneTBB/examples/task_group/
H A DREADME.md6 | sudoku | Compute all solutions for a Sudoku board.
/oneTBB/examples/task_group/sudoku/
H A DREADME.md2 This directory contains an example that finds all solutions to a Sudoku board.
/oneTBB/examples/
H A DREADME.md25 | task_group/sudoku | Compute all solutions for a Sudoku board.