We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ae1f3 commit 91d38e9Copy full SHA for 91d38e9
posts/nvtx/Makefile
@@ -38,7 +38,7 @@ inst_nvtx.o: inst_nvtx.cpp Makefile
38
manual_nvtx: manual_nvtx.cu Makefile
39
nvcc -Xcompiler -export-dynamic -DUSE_NVTX -arch=sm_20 -lnvToolsExt -o manual_nvtx manual_nvtx.cu
40
41
-compiler_inst_nvtx: compiler_inst_nvtx1.cu Makefile inst_nvtx.o
+compiler_inst_nvtx: compiler_inst_nvtx.cu Makefile inst_nvtx.o
42
nvcc -Xcompiler -export-dynamic -Xcompiler -fPIC -Xcompiler -finstrument-functions -arch=sm_20 inst_nvtx.o -ldl -lnvToolsExt -o compiler_inst_nvtx compiler_inst_nvtx1.cu
43
44
clean:
0 commit comments