This is an automated email from the ASF dual-hosted git repository.

cfnatali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 5109b9069 Added libnvidia-gpucomp to the list of NVIDIA driver 
libraries (#456).
5109b9069 is described below

commit 5109b9069b62510ab6d0cc0c78a9ed8327d3986a
Author: Daniel Dadap <[email protected]>
AuthorDate: Fri Nov 10 13:20:04 2023 -0600

    Added libnvidia-gpucomp to the list of NVIDIA driver libraries (#456).
    
    Upcoming versions of the NVIDIA driver will include a new component:
    
    
https://forums.developer.nvidia.com/t/new-driver-component-libnvidia-gpucomp/267060
    
    Update the list of NVIDIA driver libraries so that it can be included
    in the runtime environment along with the others.
    
    Signed-off-by: Daniel Dadap <[email protected]>
---
 src/slave/containerizer/mesos/isolators/gpu/volume.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/slave/containerizer/mesos/isolators/gpu/volume.cpp 
b/src/slave/containerizer/mesos/isolators/gpu/volume.cpp
index 2d058a16d..019c15db0 100644
--- a/src/slave/containerizer/mesos/isolators/gpu/volume.cpp
+++ b/src/slave/containerizer/mesos/isolators/gpu/volume.cpp
@@ -101,6 +101,7 @@ static constexpr const char* LIBRARIES[] = {
 
   "libnvidia-ml.so",         // Management library.
   "libnvidia-cfg.so",        // GPU configuration.
+  "libnvidia-gpucomp.so",    // GPU compiler, shared by 'Compute' and 
'Graphics'
 
   // -------- Compute --------
 

Reply via email to