You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The question is _"/home/lab123/secure-xgboost/enclave/../include/intrinsics/avx512fintrin.h:1761:20: error: ‘__builtin_ia32_sqrtsd_round’ was not declared in this scope; did you mean ‘__builtin_ia32_subsd_round’?
1761 | return (__m128d) __builtin_ia32_sqrtsd_round ((__v2df) _"
The detail of the this qesution as the following picture as follow:
Envrionment informantion:
The version of SecureXGBoost is getted by git from the master repo
The text was updated successfully, but these errors were encountered:
Starry1024
changed the title
Make j4 to install secure-xgboost, Meet the qesution!
Make j4 failed when install secure-xgboost
Jul 18, 2022
Hi @Starry1024, sorry for the late response. It's possible that you're getting this error because your CPU doesn't support AVX2 instructions, which Secure XGBoost uses to speed up oblivious computation.
Please try turning the build option for AVX2 in the CMake (linked above) to OFF, and rebuilding.
1761 | return (__m128d) __builtin_ia32_sqrtsd_round ((__v2df) _"
The detail of the this qesution as the following picture as follow:
The text was updated successfully, but these errors were encountered: