Skip to content

Statistical kernels are not supported on integrated graphics #1325

Closed
@AlexanderKalistratov

Description

@AlexanderKalistratov

Integrated graphics doesn't support double data type.

cov supports only double input and output:

fmap[DPNPFuncName::DPNP_FN_COV][eft_INT][eft_INT] = {eft_DBL, (void*)dpnp_cov_default_c<double>};

max, min, mean, median, var and std supports only double output for integer input:

fmap[DPNPFuncName::DPNP_FN_MEAN][eft_INT][eft_INT] = {eft_DBL, (void*)dpnp_mean_default_c<int32_t, double>};

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions