Skip to content

Fix 7 stale CODEOWNERS paths, remove 6 dead rules - #193745

Open
DanielSwift1992 wants to merge 1 commit into
pytorch:mainfrom
DanielSwift1992:fix-codeowners-paths
Open

Fix 7 stale CODEOWNERS paths, remove 6 dead rules#193745
DanielSwift1992 wants to merge 1 commit into
pytorch:mainfrom
DanielSwift1992:fix-codeowners-paths

Conversation

@DanielSwift1992

Copy link
Copy Markdown

Summary

Resolves stale references in CODEOWNERS. The lines themselves were left unchanged while the paths they referenced disappeared from the tree.

7 one-line edits resolve the stale references:

  • Update CODEOWNERS lines 41-45 to: /torch/ao/quantization/, /torch/nn/intrinsic/, /torch/nn/quantized/, /torch/nn/quantizable/, /torch/nn/qat/
  • Update CODEOWNERS line 193 to: /docs/source/notes/get_start_xpu.md
  • Update CODEOWNERS line 253 to: /aten/src/ATen/native/ScaledBlas*

Removed 6 dead rules: 4 caffe2/**/hip rules, /torch/utils/pytree/ (already covered by /torch/utils/_pytree.py above), /aten/src/ATen/cuda/CUDAScaledBlas.h (covered by the glob).

Test

# the stale line
sed -n '41p' CODEOWNERS
# tracked files under the referenced path, 0 before this PR
git ls-files -- 'torch/ao/quantization' | wc -l
git ls-files -- 'aten/src/ATen/native/ScaledBlas*' | wc -l
git ls-files -- 'caffe2/core/hip' 'caffe2/utils/hip' | wc -l

Additional information

Since the move, the quantization rules were stale for 1459 days.
I found this mismatch in your repo while analyzing public data with my tool: https://github.com/DanielSwift1992/gate. If you need more details, happy to share.

@pytorch-bot

pytorch-bot Bot commented Aug 17, 2026

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/193745

Note: Links to docs will display an error until the docs builds have been completed.

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@pytorch-bot pytorch-bot Bot added the topic: not user facing topic category label Aug 17, 2026
@linux-foundation-easycla

linux-foundation-easycla Bot commented Aug 17, 2026

Copy link
Copy Markdown

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: DanielSwift1992 / name: Daniil S (676911d)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants