Anton
Anton
@oleksandr-pavlyk , the issue isn't visible anymore with newer driver. Please feel free to close the issue.
@ndgrigorian, now I see, thank you for the clarification. Would it be worst then to have a special handling in the code? something like ```cpp if (sycl::fmod(in1, in2) == 0)...
Hi @Hellail , Thank you for submitting the issue. Unfortunately in the latest published release `v0.14.0` there was only a limited supported provided for `dpnp.linalg.matrix_rank`. The function was fully reworked...
Hi @Hellail , I guess you might have a conflict with already installed pip packages in your virtual env which are prerequisite for dpnp installation. Could you please check a...
Do you have the below packages installed in your env? ``` dpctl dpcpp-cpp-rt mkl-dpcpp numpy ``` and what version if any? The `dpnp` package depends on all of them and...
@Hellail , The issue is due to python version. `dpnp==0.14.0` doesn't provide support of python 3.11 yet. Only python 3.9 and 3.10 is supported in that version.
@Hellail , It looks as a compatibility issue between `dpctl` and DPC++ packages. Could you please check the version of `dpcpp-cpp-rt` (must be 2024.1.0) and version of `dpctl` (must be...
@Hellail, May I ask you to provide the steps you used to create the env? I'd like to replicate the issue in my local env. Have you tried to install...
Could you please double check and provide the full output for the import error if any? Since currently it's not clear what DLL can't be loaded. The output looks truncated,...
@Hellail, please let me know if the issue is still actual, or please feel free to close it.