Ian Faust

Results 551 comments of Ian Faust

It should be possible for the managing context to do the necessary SYCL runtime call to get the context (if needed by the consuming framework), leaving that possibility up to...

just be careful, from the pytest docs: "Note that no other code is executed after the [pytest.xfail()](https://docs.pytest.org/en/stable/reference/reference.html#pytest.xfail) call, differently from the marker. That’s because it is implemented internally by raising...

@Alexsandruss This has a checkbox which is automated and will always fail the "Check PR Checklist", any additional change we could make for renovate to that CI workflow?

Due to the nature of using two repos together, you'll unfortunately need to if statement out the new functionality with a ```daal_check_version``` https://github.com/intel/scikit-learn-intelex/blob/main/daal4py/sklearn/_utils.py#L69 Once the onedal PR is merged, we...

@DDJHB please include these style changes into ridge out of preview, should enable some deselected tests.

Only an IMPI sporadic failure. Good to merge.

> Docs fix is required. remove change in operation wrt ```cpu``` as it's not always guaranteed to work with a dpc backend. now its only looking for ```auto``` therefore changes...