Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
gpuvirt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
22792bfe
authored
Mar 06, 2024
by
Karsa Zoltán István
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cuda remote api: cricket
parent
13a43df2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
README.md
+18
-2
No files found.
README.md
View file @
22792bfe
...
...
@@ -44,4 +44,20 @@ A hardweres különbségek miatt, az eszközillesztők elrejtik a GPU multiplexe
# Források
-
Cheol-Ho Hong, Ivor Spence, and Dimitrios S. Nikolopoulos. 2017. GPU Virtualization and Scheduling Methods: A Comprehensive Survey. ACM Comput. Surv. 50, 3, Article 35 (May 2018), 37 pages. https://doi.org/10.1145/3068281
-
Virtual GPU Software Documentation - NVIDIA: https://docs.nvidia.com/grid/14.0/grid-vgpu-user-guide/index.html
\ No newline at end of file
-
Virtual GPU Software Documentation - NVIDIA: https://docs.nvidia.com/grid/14.0/grid-vgpu-user-guide/index.html
# Remote API megvalósítás CUDA környezethez:
Kiinduló os: Ubuntu 22.04 server. Szükséges könyvtárak, függőségek telepítése:
-
`sudo apt update`
-
`sudo apt install nvidia-driver-535-server`
-
`wget https://developer.download.nvidia.com/compute/cuda/12.2.0/local_installers/cuda_12.2.0_535.54.03_linux.run`
-
`sudo sh cuda_12.2.0_535.54.03_linux.run`
-
`export PATH=$PATH:/usr/local/cuda-12.2/bin && export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-12.2/lib64:/usr/local/cuda-12.2/lib64`
-
`sudo apt install build-essential git make rpcbind`
-
`sudo apt-get install autotools-dev automake libtool`
-
`sudo apt install qemu-kvm libvirt-daemon-system virt-manager`
-
`sudo adduser $USER libvirt`
-
`sudo apt install python3-dev`
-
`git clone https://github.com/RWTH-ACS/cricket.git`
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment