File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ Accelerator Back-ends
5454| OpenMP 4.0+ (CPU)| OpenMP 4.0+| Host CPU (multi core)| parallel (undefined)| parallel (preemptive multitasking)|
5555| std::thread | std::thread | Host CPU (multi core)| sequential| parallel (preemptive multitasking)|
5656| Boost.Fiber | boost::fibers::fiber | Host CPU (single core)| sequential| parallel (cooperative multitasking)|
57+ | TBB 2.2+ blocks| TBB 2.2+| Host CPU (multi core)| parallel (preemptive multitasking)| sequential (only 1 thread per block)|
5758| CUDA 7.0+| CUDA 7.0+| NVIDIA GPUs SM 2.0+| parallel (undefined)| parallel (lock-step within warps)|
5859
5960
@@ -70,6 +71,7 @@ This library uses C++11 (or newer when available).
7071| OpenMP 4.0+ (CPU)| :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : |
7172| std::thread | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
7273| Boost.Fiber | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
74+ | TBB 2.2+| :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
7375| CUDA 7.0+| :white_check_mark : (nvcc 7.0+)| :white_check_mark : (nvcc 8.0+)| :x : | :x : | :x : | :white_check_mark : (native/nvcc 8.0+)| :white_check_mark : (native)| :x : |
7476
7577
@@ -89,6 +91,8 @@ When an accelerator back-end using *CUDA* is enabled, version *7.0* of the *CUDA
8991
9092When an accelerator back-end using * OpenMP* is enabled, the compiler and the platform have to support the corresponding minimum * OpenMP* version.
9193
94+ When an accelerator back-end using * TBB* is enabled, the compiler and the platform have to support the corresponding minimum * TBB* version.
95+
9296
9397Usage
9498-----
You can’t perform that action at this time.
0 commit comments