Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relocation error when disabling AVX512 #1471

Open
kiufta opened this issue Nov 18, 2022 · 1 comment
Open

relocation error when disabling AVX512 #1471

kiufta opened this issue Nov 18, 2022 · 1 comment
Labels

Comments

@kiufta
Copy link

kiufta commented Nov 18, 2022

When PyTorch compiler check doesn't find AVX512, it disables it. The header files get compiled nevertheless. And this one failed:

/usr/bin/ld: lib/libfbgemm.a(FbgemmSparseDenseInt8Avx512.cc.o): relocation R_X86_64_TPOFF32 against hidden symbol `_ZZN6fbgemm8internal23SparseDenseInt8MMAvx512ILb1ELNS_23QuantizationGranularityE0EEEviRKSt10unique_ptrINS_10BCSRMatrixIaLi1ELi4EEESt14default_deleteIS5_EEPKhiPiPhiRNS_24trRequantizationParams_tEbiiE18interleave_buffer_' can not be used when making a shared object
/usr/bin/ld: failed to set dynamic section sizes: bad value

@jianyuh
Copy link
Member

jianyuh commented Jan 13, 2023

Could you provide more repro information on PyTorch compiler ? Thanks!

@q10 q10 added the build label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants