katgpucbf.vgpu.main module

vgpu main script.

katgpucbf.vgpu.main.main()[source]

Run the V-engine.

katgpucbf.vgpu.main.make_engine(args: Namespace) VEngine[source]

Create the VEngine.

katgpucbf.vgpu.main.parse_args(arglist: Sequence[str] | None = None) Namespace[source]

Parse the command-line arguments.

async katgpucbf.vgpu.main.start_engine(args: Namespace, tg: TaskGroup, exit_stack: AsyncExitStack, locals_: MutableMapping[str, object]) DeviceServer[source]

Start the V-engine asynchronously.