This is an automated email from the ASF dual-hosted git repository.
chhsiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 4442c79 Output Review Request URL in Reviewbot output.
new 186892c Supported CUDA 10+ images that are based on
nvidia-container-runtime.
new 4f27818 Moved MESOS-9507 to the 1.7.3 CHANGELOG.
new 969c74c Added MESOS-9549 to the 1.7.3 CHANGELOG.
new c2861dd Added a unit test to run Tensorflow on a GPU.
new 6c4ff71 Avoided waiting for 180s when test `NvidiaDockerImage` fails.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG | 12 +-
.../containerizer/mesos/isolators/gpu/isolator.cpp | 14 ++
.../containerizer/mesos/isolators/gpu/volume.cpp | 202 +++++++++++++++------
.../containerizer/mesos/isolators/gpu/volume.hpp | 7 +-
.../containerizer/nvidia_gpu_isolator_tests.cpp | 125 ++++++++++++-
src/tests/mesos.hpp | 11 ++
6 files changed, 299 insertions(+), 72 deletions(-)