Run on CPU #151
Unanswered
zzxxddffdle
asked this question in
Q&A
Run on CPU
#151
Replies: 1 comment 3 replies
-
There is indeed CPU support for Pytorch, but optimization on the CPU is a different landscape, imho. For example, maybe there isn't native FP16 support (i.e. AVX-512 on Intel/AMD) and it might be more practical to stay with FP32 (given the typically larger memory). For me, this seems outside the scope of this repo. I do agree, having a device agnostic fork would be nice. Maybe, one already exists? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to make this run on a CPU?
Beta Was this translation helpful? Give feedback.
All reactions