Skip to content

Commit

Permalink
Merge branch 'bump_version_0.2.0' into 'main'
Browse files Browse the repository at this point in the history
Bump version to 0.2.0 and cuda version to 11.7.1

See merge request nvidia/cloud-native/vgpu-device-manager!11
  • Loading branch information
cdesiniotis committed Sep 13, 2022
2 parents b2ead37 + 7dfbb0f commit d3baa57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# NVIDIA vGPU Device Manager

**Note:** This project is under active development and not yet designed for production use. Use at your own risk.

NVIDIA Virtual GPU (vGPU) enables multiple virtual machines (VMs) to have simultaneous, direct access to a single physical GPU, using the same NVIDIA graphics drivers that are deployed on non-virtualized operating systems.
By doing this, NVIDIA vGPU provides VMs with unparalleled graphics performance, compute performance, and application compatibility, together with the cost-effectiveness and scalability brought about by sharing a GPU among multiple workloads.
Under the control of the NVIDIA Virtual GPU Manager running under the hypervisor, NVIDIA physical GPUs are capable of supporting multiple virtual GPU devices (vGPUs) that can be assigned directly to guest VMs.
Expand Down
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION ?= v0.1.0
VERSION ?= v0.2.0

vVERSION := v$(VERSION:v%=%)

CUDA_VERSION := 11.6.1
CUDA_VERSION := 11.7.1

GOLANG_VERSION := 1.17.13

0 comments on commit d3baa57

Please sign in to comment.