relocating CUDAGraphRepro "example" to the tests folder

This commit is contained in:
Marcos Slomp
2026-06-05 10:14:14 -07:00
parent e627fcce98
commit 77fb86155f
5 changed files with 2 additions and 1 deletions

View File

@@ -1,9 +1,10 @@
TRACY_PUBLIC := ../../public
TRACY_PATH := ../../../..
NVCC := nvcc
CXX := g++
CUPTI_INC := /usr/local/cuda/include
CUPTI_LIB := /usr/local/cuda/lib64
TRACY_PUBLIC := $(TRACY_PATH)/public
TRACY_SRCS := $(TRACY_PUBLIC)/TracyClient.cpp
INCLUDES := -I$(TRACY_PUBLIC) -I$(CUPTI_INC)
LIBS := -L$(CUPTI_LIB) -lcuda -lcupti -lpthread -ldl