mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-10 16:27:05 +01:00
Fixed wrong lib for NVTX in configure.ac and updated to nvtx3
This commit is contained in:
@@ -136,7 +136,6 @@ AC_ARG_ENABLE([tracing],
|
||||
case ${ac_TRACING} in
|
||||
nvtx)
|
||||
AC_DEFINE([GRID_TRACING_NVTX],[1],[use NVTX])
|
||||
LIBS="${LIBS} -lnvToolsExt64_1"
|
||||
;;
|
||||
roctx)
|
||||
AC_DEFINE([GRID_TRACING_ROCTX],[1],[use ROCTX])
|
||||
|
Reference in New Issue
Block a user