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

linux no GPU,how to Compile, #111

Open
pingyuan2016 opened this issue Jun 21, 2020 · 1 comment
Open

linux no GPU,how to Compile, #111

pingyuan2016 opened this issue Jun 21, 2020 · 1 comment

Comments

@pingyuan2016
Copy link

I have question,
image

@chrischu83117
Copy link

@pingyuan2016 Is your cuda env problem , pls adjust your ~./bashrc .
For example,your cuda is 8.0 version, then add the down below phrase:

export PATH="$PATH:/usr/local/cuda-8.0/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda-8.0/lib64/"
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/cuda-8.0/lib64"

Then use the source ~/.bashrc to activate the setting.
This issue could be closed.

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

No branches or pull requests

2 participants