-
Notifications
You must be signed in to change notification settings - Fork 263
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
Adding out of memory handler, making arena bins more detailed #73
Conversation
This would be easier to review with whitespace fixes in a separate commit. To anyone else trying to review this, add the |
My primary concern is the modifications into CUB. We should get those discussed in CUB or create a separate branch to avoid confusion and later cross merge issues. |
Well, I am a bit confused what is PR guideline is exactly: last few times I was squashing my commits into one to avoid extra chatter. Best, From: Luke Yeager <notifications@github.commailto:notifications@github.com> This would be easier to review with whitespace fixes in a separate commit. To anyone else trying to review this, add the ?w= flag to view non-whitespace changes only: Reply to this email directly or view it on GitHubhttps://github.com//pull/73#issuecomment-155235387. This email message is for the sole use of the intended recipient(s) and may contain reply email and destroy all copies of the original message. |
Hi Mike, You're right. I was planning todays changes to be entirely in gpu_memory. Best, From: Michael Houston <notifications@github.commailto:notifications@github.com> My primary concern is the modifications into CUB. We should get those discussed in CUB or create a separate branch to avoid confusion and later cross merge issues. Reply to this email directly or view it on GitHubhttps://github.com//pull/73#issuecomment-155235829. This email message is for the sole use of the intended recipient(s) and may contain reply email and destroy all copies of the original message. |
@borisfom fair point - sorry for the nitpicking. I'm trying to follow the coding style that BVLC uses, since we hope to upstream our changes there eventually. They don't document their PR requirements, exactly, but you can infer it from various comments.
|
Thanks Luke! Duly noted. For this small commit it seems logical just to merge as it is. |
Adding out of memory handler, making arena bins more detailed
No description provided.