Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fake-gpu support #1846

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
4 changes: 3 additions & 1 deletion cmd/gpu_fakedev/configs/2x4-PVC-xelink.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"Info": "2x 4 tile 4 GiB PVC [Ponte Vecchio] GPUs",
"DevCount": 2,
"TilesPerDev": 4,
"DevsPerNode": 1,
"DevsPerNumaNode": 1,
"DevMemSize": 4294967296,
"Driver": "i915",
"Path": "/tmp",
"Capabilities": {
"platform": "fake_PVC",
"connections": "0.1-0.0_0.2-0.0_0.3-0.0_1.0-0.0_1.1-0.0_1.2-0.0_1.3-0.0_0.2-0.1_0.3-0.1_1.0-0.1_1.1-0.1_1.2-0.1_1.3-0.1_0.3-0.2_1.0-0.2_1.1-0.2_1.2-0.2_1.3-0.2_1.0-0.3_1.1-0.3_1.2-0.3_1.3-0.3_1.1-1.0_1.2-1.0_1.3-1.0_1.2-1.1_1.3-1.1_1.3-1.2",
Expand Down
2 changes: 2 additions & 0 deletions cmd/gpu_fakedev/configs/8x-DG1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"Info": "8x 4 GiB DG1 [Iris Xe MAX Graphics] GPUs",
"DevCount": 8,
"DevMemSize": 4294967296,
"Driver": "i915",
"Path": "/tmp",
"Capabilities": {
"platform": "fake_DG1"
}
Expand Down
20 changes: 11 additions & 9 deletions cmd/gpu_fakedev/configs/8x2-PVC-xelink.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"Info": "8x 4 GiB PVC [Ponte Vecchio] GPUs",
"DevCount": 8,
"Info": "8x 4 GiB PVC [Ponte Vecchio] GPUs",
"DevCount": 8,
"TilesPerDev": 2,
"DevsPerNode": 2,
"DevMemSize": 4294967296,
"Capabilities": {
"platform": "fake_PVC",
"connections": "",
"connection-topology": "FULL"
}
"DevsPerNumaNode": 2,
"DevMemSize": 4294967296,
"Driver": "i915",
"Path": "/tmp",
"Capabilities": {
"platform": "fake_PVC",
"connections": "",
"connection-topology": "FULL"
}
}
Loading