Skip to content

Commit

Permalink
Bump version to 0.2.0 and cuda version to 11.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
  • Loading branch information
cdesiniotis committed Sep 13, 2022
1 parent b2ead37 commit 7dfbb0f
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 7dfbb0f

Please sign in to comment.