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
But after doing git checkout r24.11 or git checkout r24.12 and rerunning build.py I get the following error:
[ 18%] Building CXX object python/tritonfrontend/CMakeFiles/py-bindings.dir/_c/tritonfrontend_pybind.cc.o
[ 18%] Building CXX object python/tritonfrontend/CMakeFiles/py-bindings.dir/__/__/common.cc.o
[ 20%] Building CXX object python/tritonfrontend/CMakeFiles/py-bindings.dir/__/__/classification.cc.o
[ 22%] Building CXX object python/tritonfrontend/CMakeFiles/py-bindings.dir/__/__/shared_memory_manager.cc.o
In file included from /workspace/src/classification.cc:27:
/workspace/src/classification.h:31:10: fatal error: triton/core/tritonserver.h: No such file or directory
31 | #include "triton/core/tritonserver.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[5]: *** [python/tritonfrontend/CMakeFiles/py-bindings.dir/build.make:104: python/tritonfrontend/CMakeFiles/py-bindings.dir/__/__/classification.cc.o] Error 1
gmake[5]: *** Waiting for unfinished jobs....
In file included from /workspace/src/shared_memory_manager.cc:27:
/workspace/src/shared_memory_manager.h:33:10: fatal error: triton/core/tritonserver.h: No such file or directory
33 | #include "triton/core/tritonserver.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[5]: *** [python/tritonfrontend/CMakeFiles/py-bindings.dir/build.make:76: python/tritonfrontend/CMakeFiles/py-bindings.dir/__/__/shared_memory_manager.cc.o] Error 1
In file included from /workspace/src/common.cc:27:
/workspace/src/common.h:37:10: fatal error: triton/core/tritonserver.h: No such file or directory
37 | #include "triton/core/tritonserver.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[5]: *** [python/tritonfrontend/CMakeFiles/py-bindings.dir/build.make:90: python/tritonfrontend/CMakeFiles/py-bindings.dir/__/__/common.cc.o] Error 1
/workspace/src/python/tritonfrontend/_c/tritonfrontend_pybind.cc:40:10: fatal error: triton/core/tritonserver.h: No such file or directory
40 | #include "triton/core/tritonserver.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[5]: *** [python/tritonfrontend/CMakeFiles/py-bindings.dir/build.make:118: python/tritonfrontend/CMakeFiles/py-bindings.dir/_c/tritonfrontend_pybind.cc.o] Error 1
gmake[4]: *** [CMakeFiles/Makefile2:831: python/tritonfrontend/CMakeFiles/py-bindings.dir/all] Error 2
gmake[4]: *** Waiting for unfinished jobs....
Triton Information
r24.11 is the first version I see this behavior in.
To Reproduce
See above description. I also tried with various tag and backend options but it didn't impact it. (EDIT: After enabling 90% of options it appears to work. I don't know which option is providing this header or fixing the include, though.) I'm on Ubuntu 24.04.
Expected behavior
Build script to finish without error.
The text was updated successfully, but these errors were encountered:
Description
This works:
But after doing
git checkout r24.11
orgit checkout r24.12
and rerunningbuild.py
I get the following error:Triton Information
r24.11 is the first version I see this behavior in.
To Reproduce
See above description. I also tried with various tag and backend options but it didn't impact it. (EDIT: After enabling 90% of options it appears to work. I don't know which option is providing this header or fixing the include, though.) I'm on Ubuntu 24.04.
Expected behavior
Build script to finish without error.
The text was updated successfully, but these errors were encountered: