We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6a98b commit 061bc33Copy full SHA for 061bc33
dpnp/tests/conftest.py
@@ -139,7 +139,7 @@ def pytest_collection_modifyitems(config, items):
139
print(
140
f"DPNP Test scope includes all integer dtypes: {bool(dtype_config.all_int_types)}"
141
)
142
- print(f"DPNP current device ID: {dev_id}")
+ print(f"DPNP current device ID: {dev_id:#x}")
143
print(f"DPNP current device is CPU: {is_cpu}")
144
print(f"DPNP current device is GPU: {is_gpu}")
145
print(f"DPNP current device supports fp64: {support_fp64}")
0 commit comments