Skip to content

Commit

Permalink
Fix typo in section-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Nov 20, 2024
1 parent c82e8bb commit a21a9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programming_guide/section-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The arguments for the tile declaration are the tile coordinates (column, row). W
```python
# Device declaration - here using aie2 device NPU
@device(AIEDevice.npu1_1col)
@device(AIEDevice.npu1)
def device_body():

# Tile declarations
Expand Down

0 comments on commit a21a9a8

Please sign in to comment.