0lai0 opened a new pull request, #1124: URL: https://github.com/apache/mahout/pull/1124
### Related Issues <!-- Closes #123 --> Closes #1123 ### Changes - [x] Bug fix - [ ] New feature - [ ] Refactoring - [ ] Documentation - [ ] Test - [ ] CI/CD pipeline - [ ] Other ### Why <!-- Why is this change needed? --> This PR refactors CUDA error handling in qdp-core/src/gpu/memory.rs by replacing its limited internal error-to-string logic with the more comprehensive implementation in qdp-core/src/error.rs. ### How <!-- What was done? --> Removed the redundant and incomplete private `cuda_error_to_string` function in `qdp-core/src/gpu/memory.rs`. Integrated the existing pub fn `cuda_error_to_string` from `qdp-core/src/error.rs`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
