mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
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 <eero.t.tamminen@intel.com>
This commit is contained in:
parent
c15feea1f8
commit
cc3aebbefc
8
cmd/gpu_fakedev/configs/8x-DG1.json
Normal file
8
cmd/gpu_fakedev/configs/8x-DG1.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"Info": "8x 4 GiB DG1 [Iris Xe MAX Graphics] GPUs",
|
||||
"DevCount": 8,
|
||||
"DevMemSize": 4294967296,
|
||||
"Capabilities": {
|
||||
"platform": "fake_DG1",
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user