Skip to content

Commit cc3aebb

Browse files
committed
Add minimal example JSON to test "gpu_fakedev" generator
Config file is suitably indented so that it can be directly appended to a suitable configMap header. Signed-off-by: Eero Tamminen <[email protected]>
1 parent c15feea commit cc3aebb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cmd/gpu_fakedev/configs/8x-DG1.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"Info": "8x 4 GiB DG1 [Iris Xe MAX Graphics] GPUs",
3+
"DevCount": 8,
4+
"DevMemSize": 4294967296,
5+
"Capabilities": {
6+
"platform": "fake_DG1",
7+
}
8+
}

0 commit comments

Comments
 (0)