Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs
BSD 2-Clause "Simplified" License
1.67k stars 315 forks source link

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

Open dbl001 opened 2 years ago

dbl001 commented 2 years ago

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

https://github.com/pytorch/pytorch/issues/77867

Any ideas

Screen Shot 2022-05-22 at 12 13 56 PM

?