From ad3fa66504caed95390384f22720247c1e13d3ad Mon Sep 17 00:00:00 2001 From: Koh Wei Jie Date: Tue, 22 Aug 2023 09:15:28 -0700 Subject: [PATCH] updated readme with performance on Intel Integrated Graphics --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 310a7c4..985a6b9 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ the GPU caching the shader code. This code has been successfully tested with an Nvidia Quadro P520 with 2GB memory on a Ubuntu Linux machine with version 535.54.03 of the Nvidia driver. -The code, however, fails to run on the same machine's Intel(R) UHD Graphics 620 -(WHL GT2) integrated GPU with the Mesa v22.2.5 driver. +The code also runs on the same machine's Intel(R) UHD Graphics 620 +(WHL GT2) integrated GPU with the Mesa v22.2.5 driver, but takes about 1100ms. ## Poseidon hash using WebGPU in the browser