You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most statistical functions have been updated and no longer use the kernels from dpnp_krnl_statistics.cpp (#1396 , #1602, #1632, #1635)
Those functions that still use kernels from this file (like median) have been updated to support float data type to run on Iris Xe #1494.
All statistical functions run on integrated graphics without support for double precision types
Example of running test_statistics on Iris XE
$ pytest -v tests/test_statistics.py
============================================= 1030 passed in 19.66s ==============================================
@AlexanderKalistratov If you don't have any additional questions, could you please close this issue?
Integrated graphics doesn't support
double
data type.cov
supports only double input and output:dpnp/dpnp/backend/kernels/dpnp_krnl_statistics.cpp
Line 1380 in cfc9b40
max
,min
,mean
,median
,var
andstd
supports only double output for integer input:dpnp/dpnp/backend/kernels/dpnp_krnl_statistics.cpp
Line 1400 in cfc9b40
The text was updated successfully, but these errors were encountered: