[HIPIFY] [DOC] Fix typo.

This commit is contained in:
Evgeny Mankov
2017-06-23 21:59:24 +03:00
parent b4a39664f0
commit d239b1a3fc
+1 -1
View File
@@ -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