8000 inductor_config_logging: Don't drop keys by c00w · Pull Request #144700 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

inductor_config_logging: Don't drop keys #144700

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

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
[ghstack-poisoned]
  • Loading branch information
c00w committed Jan 13, 2025
commit ec2b24a7ebf9d15992f2a0bb58d5ea87cae0fe47
1 change: 1 addition & 0 deletions test/dynamo/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ def test_inductor_config_jsonify(self):

inductor_config_json = utils._scrubbed_inductor_config_for_logging()
self.assertTrue(isinstance(inductor_config_json, str))
self.assertIn("trace\"", inductor_config_json)

@mock.patch("torch._dynamo.utils.torch._inductor.config")
def test_inductor_config_parsing_non_conforming_items(self, mocked_inductor_config):
Expand Down
Loading
0