1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 05:07:05 +01:00

Compare commits

..

1 Commits

Author SHA1 Message Date
d466342b8a Merge d4868991af into 3f3661a86f 2025-01-21 02:43:13 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
NAMESPACE_BEGIN(Grid);
#ifdef GRID_TRACING_NVTX
#include <nvToolsExt.h>
#include <nvtx3/nvToolsExt.h>
class GridTracer {
public:
GridTracer(const char* name) {

View File

@ -136,7 +136,6 @@ AC_ARG_ENABLE([tracing],
case ${ac_TRACING} in
nvtx)
AC_DEFINE([GRID_TRACING_NVTX],[1],[use NVTX])
LIBS="${LIBS} -lnvToolsExt"
;;
roctx)
AC_DEFINE([GRID_TRACING_ROCTX],[1],[use ROCTX])