From 5cf5a7d5e04a5c13f149e7f5e80035c292327655 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Sun, 26 Nov 2023 11:06:45 -0800 Subject: [PATCH] link to pypi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f22bd7..52bbafa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Do you wish that there were simple wrappers for GPU libraries in Python? Like not pyopencl, pycuda, and (HIP library someday?) here, but just raw access to the APIs? -That's what gpuctypes does! While high level libraries have their place, the world needs more low level libraries. Like gpuctypes. Welcome home. +That's what [gpuctypes](https://pypi.org/project/gpuctypes/) does! While high level libraries have their place, the world needs more low level libraries. Like gpuctypes. Welcome home. ### Installation (usage)