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
which version of gcc/cmake should i choose
when i build warp-transducer, cmake is fine but occur error when make
c++/7.3.0/type_traits(177): error: "conjunction_v" is not a function or static data member
c++/7.3.0/type_traits(177): error: "constexpr" is not valid here
c++/7.3.0/type_traits(180): error: "disjunction_v" is not a function or static data member
c++/7.3.0/type_traits(180): error: "constexpr" is not valid here
c++/7.3.0/type_traits(183): error: "negation_v" is not a function or static data member
c++/7.3.0/type_traits(183): error: "constexpr" is not valid here
c++/7.3.0/type_traits(2656): error: "is_swappable_v" is not a function or static data member
......
Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_00009036_00000000-14_rnnt_entrypoint.compute_75.cpp1.ii".
Compilation terminated.
CMake Error at warprnnt_generated_rnnt_entrypoint.cu.o.cmake:264 (message):
Error generating file
warp-transducer/build/CMakeFiles/warprnnt.dir/src/./warprnnt_generated_rnnt_entrypoint.cu.o
which version of gcc/cmake should i choose
when i build warp-transducer, cmake is fine but occur error when make
c++/7.3.0/type_traits(177): error: "conjunction_v" is not a function or static data member
c++/7.3.0/type_traits(177): error: "constexpr" is not valid here
c++/7.3.0/type_traits(180): error: "disjunction_v" is not a function or static data member
c++/7.3.0/type_traits(180): error: "constexpr" is not valid here
c++/7.3.0/type_traits(183): error: "negation_v" is not a function or static data member
c++/7.3.0/type_traits(183): error: "constexpr" is not valid here
c++/7.3.0/type_traits(2656): error: "is_swappable_v" is not a function or static data member
......
Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_00009036_00000000-14_rnnt_entrypoint.compute_75.cpp1.ii".
Compilation terminated.
CMake Error at warprnnt_generated_rnnt_entrypoint.cu.o.cmake:264 (message):
Error generating file
warp-transducer/build/CMakeFiles/warprnnt.dir/src/./warprnnt_generated_rnnt_entrypoint.cu.o
make[2]: *** [CMakeFiles/warprnnt.dir/src/warprnnt_generated_rnnt_entrypoint.cu.o] Error 1
make[1]: *** [CMakeFiles/warprnnt.dir/all] Error 2
i change some version of cmake and version ,but it didn't work
The text was updated successfully, but these errors were encountered: