dpnp
dpnp copied to clipboard
`eig`, `eigvals`, `svd` functions give SegFault in the end of program execution (freeing resources)
$ DPNP_QUEUE_GPU=1 pytest tests/test_linalg.py
============================================================================================================ test session starts ============================================================================================================
platform linux -- Python 3.7.7, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
rootdir: /localdisk/work/amakarye/git/dpnp, inifile: setup.cfg
plugins: hypothesis-6.1.1
collecting ...
DPNP: current queue is CPU: 0
DPNP: version: 0.5.0
collected 326 items
tests/test_linalg.py sssss.s.sssss.s.sss.....................ssss................ssssss.....................ssssss.......................ssss....ssssssss........ssss....sssssssss.ss.s.sssss.s.s....ssss..ssssssssssssssss..ssssssss [ 63%]
......ss..ssssssss......ss..ssssssss......ss....ss..ssssssss......ss..ssssssss......ss..ssssssss.......ssssssssssssss. [100%]
===================================================================================================== 166 passed, 160 skipped in 7.52s ======================================================================================================
Segmentation fault (core dumped)
related PR #598