Skip to content

Commit

Permalink
updating makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhairy committed Jul 11, 2019
1 parent d51928c commit 70232e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ deeplearning:

cutlass:
mkdir -p $(BINDIR)/$(BINSUBDIR)/
git submodule init && git submodule update
$(SETENV) mkdir -p cuda/cutlass-bench/build && cd cuda/cutlass-bench/build && cmake .. -DUSE_GPGPUSIM=1 -DCUTLASS_NVCC_ARCHS=70 && make cutlass_perf_test
cd cuda/cutlass-bench/build/tools/test/perf && ln -s ../../../../binary.sh . && ./binary.sh
cp cuda/cutlass-bench/build/tools/test/perf/cutlass_perf_test $(BINDIR)/$(BINSUBDIR)/
Expand Down

0 comments on commit 70232e5

Please sign in to comment.