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

Use Arc instead of Rc for sharing between threads #10

Closed
coreylowman opened this issue Oct 14, 2022 · 3 comments
Closed

Use Arc instead of Rc for sharing between threads #10

coreylowman opened this issue Oct 14, 2022 · 3 comments

Comments

@coreylowman
Copy link
Owner

No description provided.

@M1ngXU
Copy link
Contributor

M1ngXU commented Nov 7, 2022

we have to be very careful if using the same handle from multiple threads is allowed. (e.g. it isn't for cudnn while it is for cublas)

@coreylowman
Copy link
Owner Author

Yeah that's great to know - we'll probably have to be somewhat specific on what things we can wrap in Arc and what will be wrapped in Rc. thanks for the info

@coreylowman
Copy link
Owner Author

Everythign is using arc now

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.

2 participants