OpenNMT / CTranslate

Lightweight C++ translator for OpenNMT Torch models (deprecated)
https://opennmt.net/
MIT License
79 stars 50 forks source link

Install Cuda header file: Kernels.cuh #59

Closed jhnwnd closed 4 years ago

jhnwnd commented 4 years ago

This PR installs the /include/onmt/cuda/Kernels.cuh file. Without this, a client cannot use the installed onmt library if it has been built with Cuda.

guillaumekln commented 4 years ago

Thanks!