dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

Statistical kernels are not supported on integrated graphics

Open AlexanderKalistratov opened this issue 2 years ago • 0 comments

Integrated graphics doesn't support double data type.

cov supports only double input and output: https://github.com/IntelPython/dpnp/blob/cfc9b40f97d5cbc3114171728bf96e6f59b74005/dpnp/backend/kernels/dpnp_krnl_statistics.cpp#L1380

max, min, mean, median, var and std supports only double output for integer input: https://github.com/IntelPython/dpnp/blob/cfc9b40f97d5cbc3114171728bf96e6f59b74005/dpnp/backend/kernels/dpnp_krnl_statistics.cpp#L1400

AlexanderKalistratov avatar Mar 03 '23 01:03 AlexanderKalistratov