thu-spmi/CAT

error: identifier "__shfl_up_sync" is undefined

donstang opened this issue · 4 comments

make ctc_crf use cuda 10.0

aky15 commented

__shfl_up_sync should work fine with CUDA 10.0 https://docs.nvidia.com/cuda/archive/10.0/cuda-c-programming-guide/index.html.
Perhaps you should check CUDA you used. Is your PyTorch compiled with CUDA10.0 support?

pytorch compile sucess with cuda 10.0

baidu warp_ctc is also compiled sucess to support gpu mode

aky15 commented

We have updated CMakeLists.txt to be consistent with warp-ctc. #33

update the code, complie sucess. Thanks