File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ BENCHFLAGS :=
4
4
python-bench : numpy/* .py
5
5
pytest $(BENCHFLAGS ) $(BENCHES )
6
6
7
- taco-bench : build- taco-bench
7
+ taco-bench : taco/ build/ taco-bench
8
8
ifeq ($(BENCHES ) ,"")
9
9
taco/build/taco-bench $(BENCHFLAGS)
10
10
else
11
11
taco/build/taco-bench $(BENCHFLAGS) --benchmark_filter="$(BENCHES)"
12
12
endif
13
13
14
- build- taco-bench : check-and-reinit-submodules taco-bench-build taco/build/Makefile
14
+ taco/ build/ taco-bench : check-and-reinit-submodules taco/build/Makefile
15
15
$(MAKE ) -C taco/build taco-bench
16
16
17
- taco/build/taco-bench : taco/benchmark/googletest/README.md
17
+ taco/build/Makefile : taco/benchmark/googletest/README.md
18
18
mkdir taco/build
19
19
cd taco/build
20
20
cmake ../
Original file line number Diff line number Diff line change 1
1
build /*
2
2
.idea /*
3
+ cmake-build-debug /*
You can’t perform that action at this time.
0 commit comments