API References#
Core API#
The fundamental abstractions for execution (parallel_for
,
parallel_reduce
, parallel_scan
) and data (View
).
Algorithms API#
Utility classes for pseudo-random number generation, sorting algorithms, STL-like parallel algorithms.
Containers API#
Exotic view-based containers, such as DualView
, ScatterView
, or OffsetView
.
SIMD API#
Data-parallel vector types.
Alphabetical#
List of all library features in alphabetical order.
Deprecations#
List of obsolete features that have been deprecated and/or removed.