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 command user to build before this step was: cmake -DCMAKE_BUILD_TYPE=Release -DIPU_VER=${IPU6_VER} -DENABLE_VIRTUAL_IPU_PIPE=OFF -DUSE_PG_LITE_PIPE=ON -DUSE_STATIC_GRAPH=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
I also checked the issue #19, since I'm getting the same error, but I'm using the correct flag '-DCMAKE_BUILD_TYPE=Release'
The text was updated successfully, but these errors were encountered:
Good morning,
I just tried to build this repo, following all the README instructions. I had the #18 issue, where it was solved moving the files to
/usr/lib64/
.Reaching the next step,
make -j`nproc`
, I got the following errors:The command user to build before this step was:
cmake -DCMAKE_BUILD_TYPE=Release -DIPU_VER=${IPU6_VER} -DENABLE_VIRTUAL_IPU_PIPE=OFF -DUSE_PG_LITE_PIPE=ON -DUSE_STATIC_GRAPH=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
I also checked the issue #19, since I'm getting the same error, but I'm using the correct flag '-DCMAKE_BUILD_TYPE=Release'
The text was updated successfully, but these errors were encountered: