[HIPIFY] *.inl extension support for batch processing

This commit is contained in:
emankov
2017-05-16 19:52:39 +03:00
szülő 221faeb916
commit f6a0cb3afc
2 fájl változott, egészen pontosan 2 új sor hozzáadva és 2 régi sor törölve
+1 -1
Fájl megtekintése
@@ -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
Fájl megtekintése
@@ -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.