[HIPIFY] [DOC] Fix typo.

[ROCm/hip commit: d239b1a3fc]
Dieser Commit ist enthalten in:
Evgeny Mankov
2017-06-23 21:59:24 +03:00
Ursprung c396932615
Commit 7bcee25b43
+1 -1
Datei anzeigen
@@ -70,7 +70,7 @@ To set additional options like Language Selection (only "-x cuda" is supported),
Delimiter "--" is used to separate hipify-clang options (before the delimiter) from clang options (after the delimiter). It is strongly recommended to always specify the delimiter, even if there are no clang specific options at all, in order to avoid possible errors regarding compilation database; in such case delimeter should be the last option in hipify-clang's command line.
Option "-x clang" is also worth specifying in order to convert source CUDA files with extensions other than standard extensions (*.cu, *.cuh).
Option "-x cuda" is also worth specifying in order to convert source CUDA files with extensions other than standard extensions (*.cu, *.cuh).
## Disclaimer