We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bd0b68 + 61c2a8f commit e1ebb93Copy full SHA for e1ebb93
xc/device.ml
@@ -1534,6 +1534,12 @@ let cmdline_of_disp info =
1534
"-vgt_low_gm_sz"; Int64.to_string gvt_g.low_gm_sz;
1535
"-vgt_high_gm_sz"; Int64.to_string gvt_g.high_gm_sz;
1536
"-vgt_fence_sz"; Int64.to_string gvt_g.fence_sz;
1537
+ ] @ (
1538
+ match gvt_g.monitor_config_file with
1539
+ | Some monitor_config_file ->
1540
+ ["-vgt_monitor_config_file"; monitor_config_file]
1541
+ | None -> []
1542
+ ) @ [
1543
"-priv"
1544
]
1545
| Vgpu _ -> failwith "Unsupported vGPU configuration"
0 commit comments