Evan Lezar

Results 419 comments of Evan Lezar

@ByerRA we should release a release candidate in the next two weeks for early testing, with the final release following shortly after that.

@ByerRA @ravinayag we have recently released `v0.13.0-rc.2` of the device plugin that should allow this to be used on Tegra-based systems. Note that in this case a version of the...

@ravinayag The device plugin already supports GPU sharing using time-slicing and this will also be supported on Tegra-based systems. This does not provide memory division though. Note that the example...

@ravinayag the purpose of the device plugin is to make GPUs accessible in containerized applications but it does nothing to make an application use the GPUs. In general this requires...

@olemarkus when a node goes into this state, is the GPU visible on the node? This can be confirmed by running `nvidia-smi` on the node (possibly after `chroot`ing into the...

@haircommander thanks for giving me the heads-up regarding the CI issues. I have rebased the changes off `main` again. Are CI issues still expected?

@remoteweb when a `create` command is intercepted, the NVIDIA Container Library performs mount operations in the containers namespace. One of these includes `tmpfs` mounts over the following three files: ```...