Sergei Shalnov

Results 13 comments of Sergei Shalnov

Also found it. Do we have any knobs in setup.cfg to disable function replacement?

it looks like the issue is in unsupported type `bool_` ``` tests/third_party/cupy/creation_tests/test_ranges.py::TestRanges::test_arange9 Traceback (most recent call last): File "dpnp/dpnp_utils.pyx", line 114, in dpnp.dpnp_utils.checker_throw_type_error raise TypeError(f"{ERROR_PREFIX} in function {function_name}() type '{given_type}'...

@samir-nasibli Is this PR ready to review or still in development stage?

On the master (some fixes in cholesky implemented recently) I tried the program you mentioned: output ``` dpnp$ python ./gg.py Running on: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz queue initialization...

If you use this approach and call Cython function from another Cython function - exception will be ignored. Example: DPNP exception functions https://github.com/IntelPython/dpnp/blame/master/dpnp/dpnp_utils.pyx#L113 We used such approach for them and...

it looks like #773 merged. could we close the issue?

Current libraries link line on linux ``` -lmkl_rt -lmkl_sycl -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lsycl -lOpenCL -lpthread -lm -ldl ```