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.
2 parents cb8776a + a42927e commit 22eec72Copy full SHA for 22eec72
docs/conf.in
@@ -55,6 +55,7 @@ extensions = [
55
"sphinx.ext.autosummary",
56
"sphinx.ext.coverage",
57
"sphinx.ext.extlinks",
58
+ "sphinx.ext.intersphinx",
59
"sphinx.ext.githubpages",
60
"sphinx.ext.napoleon",
61
"sphinx.ext.todo",
dpctl/_sycl_platform.pyx
@@ -298,7 +298,7 @@ def lsplatform(verbosity=0):
298
On a system with an OpenCL CPU driver, OpenCL GPU driver,
299
Level Zero GPU driver, running the command. ::
300
301
- $python -c "import dpctl; dpctl.lsplatform()"
+ $ python -c "import dpctl; dpctl.lsplatform()"
302
303
returns ::
304
0 commit comments