SeanNaren / warp-ctc

Pytorch Bindings for warp-ctc
Apache License 2.0
756 stars 271 forks source link

fix build error for c++ std14 #163

Open sailfish009 opened 4 years ago

Stonesjtu commented 4 years ago

In my case I simply change the c++11 to c++14 of extra_compile_args in setup.py.

Stonesjtu commented 4 years ago

@SeanNaren can you review this PR, it's essential to compile correctly against pytorch-1.6

SeanNaren commented 4 years ago

Thanks @Stonesjtu it seems the build is working fine without modifying this flag. Could you send me the error you run into when you don't change this flag?