Arquivos
rocm-systems/util/vim
Ioannis Assiouras 327a48ee69 SWDEV-483134 - Remove hipExtHostAlloc API
Change-Id: I28796c08565f1bb9280ba38a4db78767b975198b
2024-12-16 17:05:47 -05:00
..

How to install?

  1. Add the hip.vim to ~/.vim/syntax/ directory
  2. Add the following text to the end of ~/.vimrc
augroup filetypedetect
 au BufNewFile,BufRead *.cpp set filetype=cpp syntax=hip
augroup END
augroup filetypedetect
 au BufNewFile,BufRead *.c set filetype=c syntax=hip
augroup END
augroup filetypedetect
 au BufNewFile,BufRead *.cu set filetype=cu syntax=hip
augroup END