ZLUDA/zluda_dump
2024-12-10 21:48:10 +01:00
..
2024-12-10 21:48:10 +01:00
2022-01-26 11:32:20 +01:00

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