github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/devices/index.mdx (about) 1 --- 2 layout: docs 3 page_title: Device Plugins 4 sidebar_title: Device Plugins 5 description: Device Plugins are used to expose devices to tasks in Nomad. 6 --- 7 8 # Device Plugins 9 10 Device plugins are used to detect and make devices available to tasks in Nomad. 11 Devices are physical hardware that exists on a node such as a GPU or an FPGA. By 12 having extensible device plugins, Nomad has the flexibility to support a broad 13 set of devices and allows the community to build additional device plugins as 14 needed. 15 16 The list of supported device plugins is provided on the left of this page. 17 Each device plugin documents its configuration and installation requirements, 18 the attributes it fingerprints, and the environment variables it exposes to 19 tasks. 20 21 For details on authoring a device plugin, please refer to the [plugin authoring 22 guide][plugin_guide]. 23 24 [plugin_guide]: /docs/internals/plugins