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
`python -c "import dpctl; print(\"\n\".join([dev.backend.name+\":\"+dev.device_type.name for dev in dpctl.get_devices() if dev.device_type.name in [\"cpu\",\"gpu\"]]))"`
forselectorin$(python -c "import dpctl; print(\"\".join([dev.backend.name+\":\"+dev.device_type.name for dev in dpctl.get_devices() if dev.device_type.name in [\"cpu\",\"gpu\"]]))")
Copy file name to clipboardExpand all lines: docs/user_guides/debugging/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ work.
25
25
`Intel® Distribution for GDB*` is part of `Intel oneAPI`. For relevant
26
26
documentation, refer to the `Intel® Distribution for GDB* product page`_.
27
27
28
-
.. _`Intel® Distribution for GDB* product page`: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/distribution-for-gdb.html
28
+
.. _`Intel® Distribution for GDB* product page`: https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-gdb.html
The user should be in the "video" group (on Ubuntu* 18, Fedora* 30, and SLES* 15
17
17
SP1) or "render" group (on Ubuntu* 19 and higher, CentOS* 8, and Fedora* 31). An
@@ -93,5 +93,5 @@ If you are installing DCD for the first time, create keys. For details, see the
93
93
94
94
See also:
95
95
96
-
- `Get Started with Intel® Distribution for GDB* on Linux* OS Host <https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-debugging-dpcpp-linux/top.html>`_
- `Get Started with Intel® Distribution for GDB* on Linux* OS Host <https://www.intel.com/content/www/us/en/docs/distribution-for-gdb/get-started-guide-linux/current/overview.html>`_
0 commit comments