replace code names with gfx names

Change-Id: I5e0b96a0b474b16cfa92077a30a5b80b7230254b


[ROCm/hip commit: a96821871f]
Этот коммит содержится в:
Siu Chi Chan
2017-03-15 12:26:13 -04:00
родитель 86e2a5d11d
Коммит d17073a995
3 изменённых файлов: 6 добавлений и 5 удалений
+1 -1
Просмотреть файл
@@ -680,7 +680,7 @@ The user can specify the target for which the binary can be generated. HIP/HCC d
The file format for binary is `.co` which means Code Object. The following command builds the code object using `hipcc`.
`hipcc --genco --target-isa=[TARGET GPU] [INPUT FILE] -o [OUTPUT FILE]`
```[TARGET GPU] = fiji/hawaii
```[TARGET GPU] = gfx803/gfx701
[INPUT FILE] = Name of the file containing kernels
[OUTPUT FILE] = Name of the generated code object file```