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 876e940 commit 5670f78Copy full SHA for 5670f78
dpnp/tests/conftest.py
@@ -145,6 +145,7 @@ def pytest_collection_modifyitems(config, items):
145
print(f"DPNP version: {dpnp.__version__}, location: {dpnp}")
146
print(f"NumPy version: {numpy.__version__}, location: {numpy}")
147
print(f"Python version: {sys.version}")
148
+ print(f"Device info: {dpctl.utils.intel_device_info(dev)}")
149
print("")
150
if is_gpu or os.getenv("DPNP_QUEUE_GPU") == "1":
151
excluded_tests.extend(get_excluded_tests(test_exclude_file_gpu))
0 commit comments