[HIPIFY] *.inl extension support for batch processing

[ROCm/hip commit: 30000ef130]
This commit is contained in:
emankov
2017-05-16 19:52:39 +03:00
parent 1a183a71a5
commit dce8786e26
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'