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

Get CUDA Context #99

Open
flaming910 opened this issue Jan 23, 2020 · 1 comment
Open

Get CUDA Context #99

flaming910 opened this issue Jan 23, 2020 · 1 comment

Comments

@flaming910
Copy link

I am trying to use the ZED in an application in which I have my own plugin that does things with CUDA, and I was wondering if it is possible to get the CUDA context in the unity plugin(the same way the cpp sdk allows) so I can get both of them on the same context to avoid context switching which causes slowdowns.

@flaming910
Copy link
Author

This could also be further improved if the CUDA operations could happen on something other than the main thread allowing for threaded operations on the GPU, which would then allow other CUDA plugins to work at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants