Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ld: in lib/libnnpack.a(conv1x1.py.o), section __TEXT/__const address out of range for architecture x86_64

dbl001 opened this issue · comments

commented

I'm trying to build PyTorch 1.12 on OS X Monterey with clang++ 13.1.6 with backend support for Apple Metal with and AMD GPU.
The linker gave me this error:

ld: in lib/libnnpack.a(conv1x1.py.o), section __TEXT/__const address out of range for architecture x86_64

pytorch/pytorch#77867

Any ideas
Screen Shot 2022-05-22 at 12 13 56 PM
?