intel/neural-speed

Build failure when building the executable

aahouzi opened this issue · 3 comments

Current Behavior:

  • Building the executable results in a failure, all steps are successful except the last step:

image

Steps To Reproduce:

# Linux and WSL
git submodule update --init --recursive
mkdir build
cd build
cmake .. -G Ninja
ninja

Environment:

  • OS: Rocky Linux 8.8
  • HW: Intel(R) Xeon(R) Platinum 8470Q

Hi @aahouzi, would you please try using GCC>10?

@VincyZhang Thanks, it's working now ! Can we add this requirement somewhere before starting the build ? it would be helpful for the users..