Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed May 24, 2024
1 parent b8fe8fc commit 5193740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/hip_porting_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Code should not assume a warp size of 32 or 64. See [Warp Cross-Lane Functions]
### Kernel launch with group size > 256
Kernel code should use `__attribute__((amdgpu_flat_work_group_size(<min>,<max>))) `.
Kernel code should use `__attribute__((amdgpu_flat_work_group_size(<min>,<max>)))`.
For example:
Expand Down
1 change: 1 addition & 0 deletions util/vim/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

### How to install? ###

1. Add the <code>hip.vim</code> to <code>~/.vim/syntax/</code> directory
Expand Down

0 comments on commit 5193740

Please sign in to comment.