We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74e4bf commit bdd600dCopy full SHA for bdd600d
2 files changed
dataset-creation/create_hard_dataset_to_query.ipynb
runBuild.sh
@@ -71,4 +71,5 @@ cmake -DCMAKE_C_COMPILER=clang \
71
72
make -j20 all
73
74
-ls -a *-cuda > ../cuda-profiling/builtCUDACodes.txt
+ls -a *-cuda > ../cuda-profiling/builtCUDACodes.txt
75
+cp ./compile-commands.json ../cuda-profiling/compile-commands.json
0 commit comments