csukuangfj / optimized_transducer

Memory efficient transducer loss computation
Other
68 stars 12 forks source link

install error #36

Open zmqwer opened 2 years ago

zmqwer commented 2 years ago

1) CUDA_cublas_LIBRARY not found error when compiling ,my cuda version 10.2 2) /usr/include/c++/7/bits/basic_string.tcc(1067): error: expression must have pointer type detected during: instantiation of "std::basic_string<_CharT, _Traits, _Alloc>::_Rep *std::basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_create(std::basic_string<_CharT, _Traits, _Alloc>::size_type, std::basic_string<_CharT, _Traits, _Alloc>::size_type, const _Alloc &) [with _CharT=char16_t, _Traits=std::char_traits, _Alloc=std::allocator]"

To Fix the above two problems, I have to use root to modify some settings of the linux system. Is there any better solution?