Fix #944: Add GPU metrics and optimizations to testspeed benchmark#950
Fix #944: Add GPU metrics and optimizations to testspeed benchmark#950Tanisha-Sharma005 wants to merge 5 commits intogoogle-deepmind:mainfrom
Conversation
✅ GPU device name + memory usage (used/total GB) ✅ Better benchmark summary ✅ ray_test.py optimizations Closes google-deepmind#944
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
CLA signed with tanishaasharma20@gmail.com ✅ https://cla.developers.google.com Please review & approve! Thanks! |
|
@Tanisha-Sharma005 thank you for contributing to mujoco warp! closing this pr since we are not planning to merge the pr. if you are interested in contributing further to the project please follow up on issues marked 'good first issue'. thanks! |
Summary
Enhanced
testspeed.pybenchmark with GPU device information, memory usage reporting, andray_test.pyperformance optimizations for better debugging and profiling.Changes
Testing
Verified on NVIDIA RTX 3060 with comprehensive GPU/CPU benchmark comparison.
Closes #944