Go to file
wangzh21 5c4e648159 Add gpu driver
1. Imply gpu driver of passthrough mode.
2. Pre-configure for GPU passthrough(We should move this guide to admin
guide doc later):
a) Edit /etc/default/grub
   Modify GRUB_CMDLINE_LINUX=’… quiet’ to GRUB_CMDLINE_LINUX=’… quiet
   intel_iommu=on’
b) grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
c) Reboot compute node.
d) Check it is successful or not.
   dmesg | grep -e DMAR -e IOMMU
   You would see something echoed.
References:
https://pve.proxmox.com/wiki/Pci_passthrough

3.Remove unused import.
4.Fix spelling mistakes.
5.Fix _match_nova_addr, becase addr in os-acc is like 0000:00:06.0

Story: 2002954
Change-Id: I555b656f80b32eafdc24f9ba81ddc9af416d95e9
2019-03-21 18:01:29 +08:00
2019-03-21 18:01:29 +08:00
2019-03-07 18:37:28 -08:00
2017-03-14 01:16:33 +08:00
2017-08-30 09:27:56 -04:00
2018-06-10 16:37:40 +08:00
2017-01-13 08:08:37 +11:00
2018-07-24 15:10:52 +07:00
2018-08-17 14:47:35 +09:00
2019-03-21 18:01:29 +08:00
2017-09-13 10:51:11 -06:00
2019-03-21 18:01:29 +08:00
2018-05-07 17:42:19 +03:00
2019-01-11 04:53:13 -05:00

Cyborg

OpenStack Acceleration as a Service

Cyborg provides a general management framework for accelerators such as FPGA, GPU, SoCs, NVMe SSDs, CCIX caches, DPDK/SPDK, pmem and so forth.

Features

  • REST API for basic accelerator life cycle management
  • Generic driver for common accelerator support
Description
Acceleration Management
Readme 17 MiB
Languages
Python 98.9%
Shell 1%