field              | BEFORE (E3 batch, 15e89a9)               | AFTER (this card)
-------------------+------------------------------------------+-----------------------------------------
backend            | "cpu"                                    | "vulkan"
backend_source     | "<absent>"                               | "request"
devices            | "<absent>"                               | ["CPU", "CPU_Mapped", "Vulkan0", "Vulkan_Host"]
device_buffers     | "<absent>"                               | {"Vulkan0": 1, "Vulkan_Host": 1}
effective_backend  | "<absent>"                               | "vulkan"
n_gpu_layers       | 3                                        | 0

before stderr:
  ~llama_context:    Vulkan0 compute buffer size is 363.5412 MiB, matches expectation of 363.5412 MiB
  ~llama_context: Vulkan_Host compute buffer size is  17.4555 MiB, matches expectation of  17.4555 MiB
after stderr:
  ~llama_context:    Vulkan0 compute buffer size is 763.8125 MiB, matches expectation of 763.8125 MiB
  ~llama_context: Vulkan_Host compute buffer size is  17.4555 MiB, matches expectation of  17.4555 MiB
