Mention that this is AMD64 only because of AVX2.

master
Mikko Juola 3 years ago
parent ff349eeea0
commit 109171b50e

@ -32,6 +32,9 @@ enough computer.
It also has a Python unpickler that understands the `.pth` files used by It also has a Python unpickler that understands the `.pth` files used by
PyTorch. Well almost, it doesn't unzip them automatically (see below). 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 # How to run
You will need Rust. Make sure you can run `cargo` from a command line. In You will need Rust. Make sure you can run `cargo` from a command line. In

Loading…
Cancel
Save