...
Code Block |
---|
$ hipify perl inplace <filename> It modifies the filename input inplace , replacing input with hipified output, save backup in . prehip file. |
Code Block |
---|
$hipexamine$ hipexamine-perl.sh <filename/directory> This script will scan a file/directory to determine which file/files contain CUDA code and how much of that code can be automatically hipified. |
Code Block |
---|
$hipconvertinplace$ hipconvertinplace-perl.sh <directory> It converts all the related files that are located inside the directory |
...