SeanNaren / warp-ctc

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

Complication issue with pytorch 1.1 #108

Closed edwardyoon closed 5 years ago

edwardyoon commented 5 years ago

CUDAGuard.h has removed from latest ATen so, pytorch_binding compile will be failed. With this, problem will be fixed.

SeanNaren commented 5 years ago

Thanks!!