From d239b1a3fc2ac7d2c47cc91d72bcc349efde9134 Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Fri, 23 Jun 2017 21:59:24 +0300 Subject: [PATCH] [HIPIFY] [DOC] Fix typo. --- hipify-clang/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipify-clang/README.md b/hipify-clang/README.md index c0d74dbe48..d74c53f187 100644 --- a/hipify-clang/README.md +++ b/hipify-clang/README.md @@ -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