You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for python -m dpctl -f to list platforms
```
(dev_dpctl) opavlyk@opavlyk-mobl:~/repos/dpctl$ python -m dpctl --help
usage: __main__.py [-h] [--includes] [--cmakedir] [--library] [-l] [-e] [-s]
optional arguments:
-h, --help show this help message and exit
--includes Include flags dpctl headers.
--cmakedir CMake module directory, ideal for setting -DDPCTL_ROOT in CMake.
--library Linker flags for SyclInterface library.
-f, --full-list Enumerate system platforms, using dpctl.lsplatform(verbosity=2)
-l, --long-list Enumerate system platforms, using dpctl.lsplatform(verbosity=1)
-s, --summary Enumerate system platforms, using dpctl.lsplatform()
```
0 commit comments