Michael Smirnov

Results 12 comments of Michael Smirnov

I think I would be better first to address comments in #791 and then split PR into the pieces - otherwise, comments can be lost/forgotten to apply.

CI: http://intel-ci.intel.com/ebb7260e-22bd-f1e4-9f7d-8cdcd4b723a1

General question: how proper is it not to raise any error or warning if no host device is available?

I would say at least the host device should be present always with DPC++ RT.

> DAAL’s parameter checking will be deferred as well As I know, all parameter-checking procedures in DAAL are "deferred" and run in a `compute()` call. Have you code in daal4py...

For example, if only `fptype` parameter describes data type (simplified case), then we might set its default value to `None` (which will cause deferred initialization). Other values which may be...