Skip to content

Commit f0d4fab

Browse files
committed
correct folder names from nvprof* to nvtx* in build-all.sh
1 parent 04fe2cd commit f0d4fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-all.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ make -f $ROOT_DIR/profiling/memory-events/Makefile
99
make -f $ROOT_DIR/profiling/memory-hwm/Makefile
1010
make -f $ROOT_DIR/profiling/memory-hwm-mpi/Makefile
1111
make -f $ROOT_DIR/profiling/memory-usage/Makefile
12-
make -f $ROOT_DIR/profiling/nvprof-connector/Makefile
13-
make -f $ROOT_DIR/profiling/nvprof-focused-connector/Makefile
12+
make -f $ROOT_DIR/profiling/nvtx-connector/Makefile
13+
make -f $ROOT_DIR/profiling/nvtx-focused-connector/Makefile
1414
make -f $ROOT_DIR/profiling/papi-connector/Makefile
1515
make -f $ROOT_DIR/profiling/simple-kernel-timer-json/Makefile
1616
make -f $ROOT_DIR/profiling/simple-kernel-timer/Makefile

0 commit comments

Comments
 (0)