0

Link to docs on using GPUs on server-side Linux instances.

Bug: None
Change-Id: I6378dcb9c29e6f3a5d401fbe55b39b15854c00c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5231901
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Auto-Submit: Kenneth Russell <kbr@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1251326}
This commit is contained in:
Kenneth Russell
2024-01-24 10:45:04 +00:00
committed by Chromium LUCI CQ
parent b4374554db
commit f95cbf35ce

@ -0,0 +1,19 @@
# Running Headless Chrome on Server-Side Linux with GPU Support
Many cloud environments offer hardware compute instances with GPU
support. It is challenging to figure out how to run a headless Chrome
instance on this hardware and properly activate the GPU.
For Linux instances with NVIDIA GPUs, there is now public
documentation on how to achieve this:
[Using headless Chrome on server side environments such as Google
Cloud Platform or Google Colab for true client side browser emulation
with NVIDIA server GPUs for Web AI or graphical workloads using WebGL
or
WebGPU.](https://github.com/jasonmayes/headless-chrome-nvidia-t4-gpu-support)
See also the [high-level blog
post](https://developer.chrome.com/blog/supercharge-web-ai-testing)
and [docs for using GPUs in a Google Colab
environment](https://developer.chrome.com/docs/web-platform/webgpu/colab-headless).