-
Notifications
You must be signed in to change notification settings - Fork 4
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
How to execute? #1
Comments
Hi @cctry, Thanks for your open-source works. Would you mind sharing ur detailed instructions? When I compiled these cuda codes, make -j failed after building successfully. |
What are the errors?
Shiyang Chen
… On Sep 1, 2022, at 11:19 PM, Jiajun Thomas ***@***.***> wrote:
Hi @cctry, Thanks for your open-source works. Would you mind sharing ur detailed instructions? When I compiled these cuda codes, make -j failed after building successfully.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
|
Cannot be compiled successfully. |
What is gcc version? It is only tested with gcc-7.5 or higher. |
g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 |
It seems to me that the header files are not treated as CUDA code, including mine header and lib header. I am able to compile these files standalone. Maybe you can try to tweak CMake? |
Can you add some sampled data and instructions about how to run this code?
The text was updated successfully, but these errors were encountered: