Skip to content

Commit

Permalink
enable simple timer on polaris
Browse files Browse the repository at this point in the history
cjknight committed Jun 10, 2024
1 parent 1417609 commit 2f1258d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpu/src/arch/polaris-gnu-nvcc
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ CXXFLAGS += $(PYTHON_INC)

CXXFLAGS += -D_USE_GPU -D_GPU_CUDA
CXXFLAGS += -I$(PATH_TO_CUDA)/include
#CXXFLAGS += -D_SIMPLE_TIMER
CXXFLAGS += -D_SIMPLE_TIMER
CXXFLAGS += -D_USE_NVTX

CUDA_CXXFLAGS = $(PYTHON_INC)
@@ -28,7 +28,7 @@ CUDA_CXXFLAGS += -Xcompiler -fopenmp
#CUDA_CXXFLAGS += -shared -Xcompiler -fPIC
CUDA_CXXFLAGS += -D_USE_GPU -D_GPU_CUDA
CUDA_CXXFLAGS += -I$(PATH_TO_CUDA)/include
#CUDA_CXXFLAGS += -D_SIMPLE_TIMER
CUDA_CXXFLAGS += -D_SIMPLE_TIMER
CUDA_CXXFLAGS += -D_USE_NVTX

LD = $(CXX)

0 comments on commit 2f1258d

Please sign in to comment.