diff --git a/doc/source/figures/cyborg-architecture.png b/doc/source/figures/cyborg-architecture.png index 6f6467ce..e18f9677 100644 Binary files a/doc/source/figures/cyborg-architecture.png and b/doc/source/figures/cyborg-architecture.png differ diff --git a/doc/source/user/architecture.rst b/doc/source/user/architecture.rst index 547f0890..0e74efa1 100644 --- a/doc/source/user/architecture.rst +++ b/doc/source/user/architecture.rst @@ -21,5 +21,6 @@ implementation in play is the Cyborg generic Driver. It will also handle the communication with the Nova placement service. Cyborg-Agent will also write to a local cache for local accelerator events. -**cyborg-generic-driver** - cyborg-generic-driver is a general multipurpose -driver with the common set of capabilities that any accelerators will have. +**Vendor drivers** - Cyborg can be integrated with drivers for various +accelerator device types, such as FPGA, GPU, NIC, and so forth. You are +welcome to extend your own driver for a new type of accelerator device.