Kevin Klues created MESOS-4865:
----------------------------------
Summary: Add GPUs as an explicit resource.
Key: MESOS-4865
URL: https://issues.apache.org/jira/browse/MESOS-4865
Project: Mesos
Issue Type: Task
Components: containerization
Reporter: Kevin Klues
Assignee: Kevin Klues
We will add "gpus" as an explicitly recognized resource in Mesos, akin to cpus,
memory, ports, and disk. In the containerizer, we will verify that the number
of GPU resources passed in via the --resources flag matches the list of GPUs
passed in via the --nvidia_gpus flag. In the future we will add autodiscovery
so this matching is unnecessary. However, we will always have to pass "gpus"
as a resource to make any GPU available on the system (unlike for cpus and
memory, where the default is probed).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)