We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8620947 commit 48bfbc1Copy full SHA for 48bfbc1
src/cuda/GPU_Microbenchmark/common/common.mk
@@ -16,7 +16,7 @@ CUOPTS = $(GENCODE_ARCH) $(GENCODE_SM50) $(GENCODE_SM60) $(GENCODE_SM62) $(GENC
16
CC := nvcc
17
18
# CUDA_PATH ?= /use/local/cuda-10.1/
19
-INCLUDE := $(BASE_DIR)/../../../../cuda-samples/cuda-samples/Common/
+INCLUDE := $(BASE_DIR)/../../../../cuda-samples/Common/
20
LIB :=
21
22
release:
0 commit comments