Ian Faust
Ian Faust
/intelci: run
/intelci: run
It looks as though there is a precision issue with float32 which causes some sklearnex test failures.
temporary fix: ```python import os, site path_to_env = site.getsitepackages()[0] path_to_libs = os.path.join(path_to_env, "Library", "bin") os.add_dll_directory(path_to_libs) import dpctl ```
here is a rough github workflow which can show the error. also when fixed it doesnt show any devices (second error? i was able to install manually the dpcpp compiler...
it looks like conda on windows has the same behavior EDIT: erroneous claim, this issue is addressed in another Turns out that there is a bug in the intel channel...
Second issue with missing devices discussed here: https://github.com/IntelPython/dpctl/issues/1751
@robherley It seems that from the original issue steps 1. and 2. have been completed > ### What did you expect to happen? > 1. Pipelines are expected to work...
@samir-nasibli do you need clarification on the background of this oddity in the codebase before we close this PR? It comes from these steps in the DAAL codebase: https://github.com/oneapi-src/oneDAL/blob/main/cpp/daal/src/algorithms/service_kernel_math.h#L721
> > @samir-nasibli do you need clarification on the background of this oddity in the codebase before we close this PR? It comes from these steps in the DAAL codebase:...