Skip to content

Commit f6fd9bc

Browse files
Merge update_third-party-testing-fw into update_third-party-testing-fw
2 parents 82b6dae + 1ad55f1 commit f6fd9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def test_eigh_arange(type, size):
429429

430430
@pytest.mark.parametrize("type", get_all_dtypes(no_bool=True, no_complex=True))
431431
def test_eigvals(type):
432-
if dpctl.get_current_device_type() != dpctl.device_type.gpu:
432+
if dpctl.SyclDevice().device_type != dpctl.device_type.gpu:
433433
pytest.skip(
434434
"eigvals function doesn't work on CPU: https://github.com/IntelPython/dpnp/issues/1005"
435435
)

0 commit comments

Comments
 (0)