-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: conflicting declaration ‘typedef struct CUevent_st* #1279
Comments
Please only use All other header files and C++ source files should NOT be used in your project. You can refer to |
tks a lot @csukuangfj, this fixes the problem. |
@csukuangfj, |
As I said before, please only use We have examples in k2-fsa/sherpa, please refer to it for examples. Rembemer that using any other header files from k2 are not supported. The core functions from k2 have already been added to |
Thanks @csukuangfj, I understand that, but |
I am unsure whether @pkufool has time to add online decoding to torch_api.h By the way, we support streaming HLG decoding in sherpa-onnx, though HLG decoding in sherpa-onnx runs only on CPU. |
@binhtranmcs I will start this work after the May Day holiday. |
Currently, I am trying to implement a custom k2 tritonserver backend, but i get this compilation error:
This is the
CmakeLists.txt
I use:The problem seems to be that I link the cpu-only version of k2. I wonder what is the proper way to link k2 with cuda to my C++ project using cmake. Please help me with this.
Thanks in advance!
The text was updated successfully, but these errors were encountered: