Skip to content

Remove stale reference to LayoutTensor code#245

Merged
dunnoconnor merged 1 commit intomainfrom
mdoc/09
Apr 21, 2026
Merged

Remove stale reference to LayoutTensor code#245
dunnoconnor merged 1 commit intomainfrom
mdoc/09

Conversation

@dunnoconnor
Copy link
Copy Markdown
Member

second_case.md fixes — all stale references from the LayoutTensor-era code:

(output=..., input=...) → (output=..., a=...) in both CUDA-GDB output blocks
Parameter line 30 input: TileTensor[..., vector_layout] → 36 a: TileTensor[..., VectorLayout, ImmutAnyOrigin] with correct line number and type signature
Navigation output: updated line numbers (29→35, 32→38, 38→44) and type signatures
Loop body line numbers: 42→45, 43→46, 44→47 (value), 45→48, 47→50, 41→44
Context-loss line: 31 fn process_sliding_window → 34 def process_sliding_window
Algorithm explanation: input[0]/input[1]/etc. → a[0]/a[1]/etc.

Closes Issue #68

@dunnoconnor dunnoconnor requested a review from BradLarson April 21, 2026 14:28
@dunnoconnor dunnoconnor merged commit d470881 into main Apr 21, 2026
2 checks 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.

2 participants