Skip to content

Commit

Permalink
Readd nvToolsExt library for nvtx-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Aug 24, 2023
1 parent e0dd876 commit 5468def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiling/nvtx-connector/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CXX=g++
CXXFLAGS=-O3 -std=c++11 -g -I$(CUDA_ROOT)/include
LDFLAGS=-L$(CUDA_ROOT)/lib64
LIBS=
LIBS=-lnvToolsExt
SHARED_CXXFLAGS=-shared -fPIC

all: kp_nvtx_connector.so
Expand Down

0 comments on commit 5468def

Please sign in to comment.