From 47d6d87f78ee8059d3cbd14801d4f3e367a1ca0c Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Thu, 2 Mar 2023 08:38:04 -0500 Subject: [PATCH] wip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4393346..c76cc03 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ |3.29|[pi.js](Node/pi.js)|Node|Intel i7-8700T|December, 2018| |3.12|[clusterpi.js](Node/clusterpi.js)|Node, 1 worker|Intel i7-8700T|December, 2018| |1.78|[threadpi.c](C/threadpi.c)|C, 4 threads<br>gcc threadpi.c -o threadpi -O3 -ffast-math -pthread|Raspberry Pi 4|December, 2020| +|1.21|[cupi.py](Python/cupi.py)|Python, CuPy, 5120 cores|NVIDIA V100|March, 2023| |0.85|prior|Connection Machine CM-2|C, 32k processors|prior| |0.57|[pi.c](C/pi.c)|C<br>gcc pi.c -o pi -lm|Intel i7-8700T|November, 2018| |0.47|[numpi.py](Python/numpi.py)|Python, NumPy|Intel i7-8700T|November, 2018| -- GitLab