From 911dc670ae07d78a491db81c783675b7e5713ec5 Mon Sep 17 00:00:00 2001 From: yukirora Date: Wed, 14 Jul 2021 09:27:52 +0800 Subject: [PATCH] fix issue of missing cuda-samples submodule --- third_party/Makefile | 1 - third_party/cuda-samples | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 160000 third_party/cuda-samples diff --git a/third_party/Makefile b/third_party/Makefile index 2282b400c..0a96030bc 100755 --- a/third_party/Makefile +++ b/third_party/Makefile @@ -34,6 +34,5 @@ endif # The version we use is v4.5-0.2, which is the latest release tag of perftest perftest: ifneq (,$(wildcard perftest/autogen.sh)) - cd perftest && git checkout v4.5-0.2 cd perftest && ./autogen.sh && ./configure CUDA_H_PATH=/usr/local/cuda/include/cuda.h --prefix=$(SB_MICRO_PATH) && make -j && make install endif \ No newline at end of file diff --git a/third_party/cuda-samples b/third_party/cuda-samples new file mode 160000 index 000000000..e950012e7 --- /dev/null +++ b/third_party/cuda-samples @@ -0,0 +1 @@ +Subproject commit e950012e722c4cb583f4ae7ce01d07a78d5e5e60