docs: fix 14 content accuracy issues from audit#42
Merged
Conversation
HIGH fixes: - faq: Python 3.8+ → 3.10+ to match setup.py - operators.md: replace non-existent ATen examples with real operators - custom-operators.md: rewrite entirely (old APIs were fictional) - parameters.md: add cublas:: prefix to --op-name example MEDIUM fixes: - extending.md: fix all file paths to match actual codebase - contributing.md: python -m pytest → actual test command - operators.md: add _v2/_64 suffixes to cuBLAS names - operators.md: cublas → cublas:: prefix - datasets.md: add missing KernelGenBench-nocublas (160 ops) - parameters.md: results.json → pass_at_k_results.json LOW fixes: - anti-hack.md: add whitelist, print/data_ptr/mutable-state to L1 - getting-started: add KernelGenBench-nocublas to dataset table - agent-track/methods.md: note standalone scripts for special methods - faq: fix Agent Track result path format Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Fixed 14 content accuracy issues
HIGH (4)
cublas::prefixMEDIUM (6)
python -m pytest tests/→ real test command_v2/_64suffixes to cuBLAS operator namescublas→cublas::KernelGenBench-nocublas(160 ops)results.json→pass_at_k_results.jsonLOW (4)
KernelGenBench-nocublasto dataset table