mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 00:14:45 +00:00
338 B
338 B
grep -E '^cu.' log.txt | sed 's/([^)])//g' | sort | uniq > uniq_host.txt
cat .log | grep "^Unrecognized s" | grep -Eo '([^
])' | sed -E 's/^
((@\w+ )?[^[:space:]])./\1/' | sort | uniq > uniq_statements.txt cat *.log | grep "^Unrecognized d" | grep -Eo '
([^]*)
' | sed -E 's/^([^
]*)`/\1/' | sort | uniq > uniq_directives.txt