Skip to content

Commit a77433a

Browse files
committed
Add debug prints
1 parent b03f7ab commit a77433a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dpnp/tests/helper.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,12 @@ def is_intel_numpy():
411411
blas = build_deps["blas"]
412412
lapack = build_deps["lapack"]
413413

414+
print()
415+
print(blas)
416+
print()
417+
print(lapack)
418+
print()
419+
414420
if numpy_version() < "2.0.0":
415421
# numpy 1.26.4 has LAPACK name equals to 'dep140030038112336'
416422
return "mkl-dynamic" in blas["name"]

0 commit comments

Comments
 (0)