[HIPIFY] *.inl extension support for batch processing

[ROCm/clr commit: f6a0cb3afc]
このコミットが含まれているのは:
emankov
2017-05-16 19:52:39 +03:00
コミット 9a097161ac
2個のファイルの変更2行の追加2行の削除
+1 -1
ファイルの表示
@@ -2,4 +2,4 @@
SEARCH_DIRS=$@
find $SEARCH_DIRS -name '*.cpp' -o -name '*.h' -o -name '*.cu' -o -name '*.cuh' -o -name '*.c' -o -name '*.hpp'
find $SEARCH_DIRS -name '*.cpp' -o -name '*.h' -o -name '*.cu' -o -name '*.cuh' -o -name '*.c' -o -name '*.hpp' -o -name '*.inl'
+1 -1
ファイルの表示
@@ -1,6 +1,6 @@
#!/bin/bash
#usage : hipexamine2.sh DIRNAME [hipify options] [--] [clang options]
#usage : hipexamine.sh DIRNAME [hipify options] [--] [clang options]
# Generate CUDA->HIP conversion statistics for all the code files in the specified directory.