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

does the Neural network created on GPU? #146

Open
nano1900 opened this issue Mar 30, 2018 · 3 comments
Open

does the Neural network created on GPU? #146

nano1900 opened this issue Mar 30, 2018 · 3 comments

Comments

@nano1900
Copy link

what i mean is ,say you created a network and when you traning it, does the network created on GPU(during a forward pass and backward pass all just runing on the GPU , GPU device do not communicate with host)or the network created on the host
and used the GPU as just a compter device

@hughperkins
Copy link
Owner

hughperkins commented Mar 30, 2018 via email

@nano1900
Copy link
Author

oh! i see.The data(between layers) stay on the GPU , Host cpu send "kernels" to the GPU and the GPU operate these data

Thank you!

@hughperkins
Copy link
Owner

:)

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