Prioritize TensorFlow pip CUDA/cuDNN runtime libs for MLPerf TF GPU runs#919
Draft
arjunsuresh with Copilot wants to merge 5 commits into
Draft
Prioritize TensorFlow pip CUDA/cuDNN runtime libs for MLPerf TF GPU runs#919arjunsuresh with Copilot wants to merge 5 commits into
arjunsuresh with Copilot wants to merge 5 commits into
Conversation
Agent-Logs-Url: https://github.com/mlcommons/mlperf-automations/sessions/23e63961-6a4d-4db5-9284-014024ec2d7f Co-authored-by: arjunsuresh <4791823+arjunsuresh@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mlcommons/mlperf-automations/sessions/23e63961-6a4d-4db5-9284-014024ec2d7f Co-authored-by: arjunsuresh <4791823+arjunsuresh@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mlcommons/mlperf-automations/sessions/23e63961-6a4d-4db5-9284-014024ec2d7f Co-authored-by: arjunsuresh <4791823+arjunsuresh@users.noreply.github.com>
Agent-Logs-Url: https://github.com/mlcommons/mlperf-automations/sessions/23e63961-6a4d-4db5-9284-014024ec2d7f Co-authored-by: arjunsuresh <4791823+arjunsuresh@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix cuDNN version mismatch for ResNet50 on TensorFlow
Prioritize TensorFlow pip CUDA/cuDNN runtime libs for MLPerf TF GPU runs
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧾 PR Checklist
dev📌 Note: PRs must be raised against
dev. Do not commit directly tomain.📁 File Hygiene & Output Handling
📝 Comments & Communication
Proper inline comments are added to explain important or non-obvious changes
PR title and description clearly state what the PR does and why
Related issues (if any) are properly referenced (
Fixes #,Related to #, etc.)Issue summary
No DNN in stream executordue to cuDNN runtime mismatch (runtime cuDNN lower than TensorFlow’s compiled requirement).Change set
script/app-mlperf-inference-mlcommons-python/customize.py)site-packages/nvidia/*/libdirectories from the active Python environment.+LD_LIBRARY_PATHforMLC_MLPERF_BACKEND=tfandMLC_MLPERF_DEVICE in {gpu,cuda}on non-Windows.os.pathsepfor portability.subprocess.check_output([...], timeout=20)with targeted exception handling to avoid hangs and broad exception masking.Illustrative snippet
🛡️ Safety & Security