Skip to content

Commit 061bc33

Browse files
committed
Trace device ID in the the hexadecimal representation
1 parent 5f6a98b commit 061bc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def pytest_collection_modifyitems(config, items):
139139
print(
140140
f"DPNP Test scope includes all integer dtypes: {bool(dtype_config.all_int_types)}"
141141
)
142-
print(f"DPNP current device ID: {dev_id}")
142+
print(f"DPNP current device ID: {dev_id:#x}")
143143
print(f"DPNP current device is CPU: {is_cpu}")
144144
print(f"DPNP current device is GPU: {is_gpu}")
145145
print(f"DPNP current device supports fp64: {support_fp64}")

0 commit comments

Comments
 (0)