-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
CUDA support plan? #2569
Comments
After that mention of CUDA in June, CUDA optimized implementation was added for Jetson TX in version 2.13.0 on June 22 2018. |
That's basically two functions - format conversion and point clouds. The remainder of the library has not been touched, and that's what I'm looking for. |
Hi @SamuelLordBlack |
Thanks, Sergey. I'll see what I can drum up from the Jetson community. The align call currently takes 200ms on the Jetson TX2, so it's quite a bottleneck. |
Wow, that's a lot! I didn't think it was that big, though I did notice a slowdown on the TX2. |
I agree this requires a fix. We are looking into the issue (I'm a bit hesitant to commit, because align flow is somewhat more complicated than what we done before, and I'm not CUDA expert by any means. But we will do our best) |
CUDA optimized alignment is now part of librealsense 2.16.5. |
Thanks! That's great turnaround time. We're looking forward to pulling that down. |
[Realsense Customer Engineering Team Comment] If not yet, you may subscribe to RealSense SDK info and check back for CUDA related improvement. If nothing else is needed, we will close this one soon. Thank you! |
In another thread, a contributor wrote "we are working on adding out-of-the-box CUDA support and planning to publish it soon". How soon is soon, and which components are planned? Specifically, I'm trying to decide whether I should write my own implementation of align or wait for something official.
We're currently running 2.16.1.
Thanks.
The text was updated successfully, but these errors were encountered: