[HIPIFY] *.inl extension support for batch processing

Αυτή η υποβολή περιλαμβάνεται σε:
emankov
2017-05-16 19:52:39 +03:00
γονέας 221faeb916
υποβολή f6a0cb3afc
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.