From 109171b50e98bbd8f38c9623a216287681e25cad Mon Sep 17 00:00:00 2001 From: Mikko Juola Date: Fri, 17 Mar 2023 23:50:23 -0700 Subject: [PATCH] Mention that this is AMD64 only because of AVX2. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0e230fa..bb73be0 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ enough computer. It also has a Python unpickler that understands the `.pth` files used by PyTorch. Well almost, it doesn't unzip them automatically (see below). +The implementation uses AVX2, even in the OpenCL codepath, so this will only +run on AMD64 at this time. + # How to run You will need Rust. Make sure you can run `cargo` from a command line. In