Skip to content
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

fatal error: cuda_runtime_api.h: No such file or directory #70

Open
MorrisXu-Driving opened this issue Jun 25, 2020 · 0 comments · May be fixed by #76
Open

fatal error: cuda_runtime_api.h: No such file or directory #70

MorrisXu-Driving opened this issue Jun 25, 2020 · 0 comments · May be fixed by #76

Comments

@MorrisXu-Driving
Copy link

The author has pointed out to export several environment variables before running "python setup.py install". Indeed this is important. However, the setup.py itself is flawed and not stable about reading include files. To solve this problem, we need to change the line 38 to "include_dirs = [os.path.realpath('../include'), '/usr/local/cuda/include/']".

@ncilfone ncilfone linked a pull request Oct 20, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant