ZLUDA/zluda_dump
2022-02-04 00:50:25 +01:00
..
src Overhaul DLL injection 2022-02-04 00:50:25 +01:00
Cargo.toml Redo DLL injection 2022-02-01 23:57:36 +01:00
README.md Add OGL interop to cuda proc macros 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