Summary Statistics Device Support

Data Parallel C++ supports several types of devices:

  • CPU device: Performs computations on a CPU using OpenCL™.

  • GPU device: Performs computations on a GPU using OpenCL™ or Level Zero.

All Data Parallel C++ routines of oneMKL summary statistics support the CPU and GPU devices.