Skip to content

Commit

Permalink
fix issue of missing cuda-samples submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
yukirora committed Jul 14, 2021
1 parent 7d9be64 commit 911dc67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion third_party/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions third_party/cuda-samples
Submodule cuda-samples added at e95001

0 comments on commit 911dc67

Please sign in to comment.