Skip to content

docs: fix 14 content accuracy issues from audit#42

Merged
factnn merged 1 commit into
mainfrom
fix/docs-content-errors
Jun 17, 2026
Merged

docs: fix 14 content accuracy issues from audit#42
factnn merged 1 commit into
mainfrom
fix/docs-content-errors

Conversation

@factnn

@factnn factnn commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

Fixed 14 content accuracy issues

HIGH (4)

  1. faq: Python 3.8+ → 3.10+ (matches setup.py)
  2. operators.md: ATen examples now use real operators from actual 110-op list
  3. custom-operators.md: Complete rewrite — old file referenced non-existent APIs
  4. parameters.md: cuBLAS op-name now has cublas:: prefix

MEDIUM (6)

  1. extending.md: Fixed all file paths to match actual codebase
  2. contributing.md: python -m pytest tests/ → real test command
  3. operators.md: Added _v2/_64 suffixes to cuBLAS operator names
  4. operators.md: cuBLAS prefix cublascublas::
  5. datasets.md: Added missing KernelGenBench-nocublas (160 ops)
  6. parameters.md: results.jsonpass_at_k_results.json

LOW (4)

  1. anti-hack.md: Added whitelist/print/data_ptr/mutable-state to L1
  2. getting-started: Added KernelGenBench-nocublas to dataset table
  3. agent-track/methods.md: Noted standalone scripts for special methods
  4. faq: Fixed Agent Track result path format

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>
@factnn factnn merged commit 72efcb7 into main Jun 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant