Files
rocm-systems/projects/clr/hipamd/bin/finduncodep.sh
T
Ben Sander 28f87a0428 Initial commit for GPUOpen Launch
[ROCm/clr commit: 304171c1a2]
2016-01-26 20:14:33 -06:00

6 lines
180 B
Bash
Executable File

#!/bin/bash
SEARCH_DIR=$1
find $SEARCH_DIR -not -name '*.cpp' -and -not -name '*.h' -and -not -name '*.cu' -and -not -name '*.cuh' -and -not -name '*.c' -and -not -name '*.hpp'