File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,8 @@ export TACO_TENSOR_PATH = data/
26
26
python-bench : results numpy/* .py
27
27
echo $(benches_name )
28
28
-pytest $(IGNORE_FLAGS ) --benchmark-json=$(NUMPY_JSON ) $(BENCHFLAGS ) $(BENCHES )
29
- make convert-csv
30
-
31
- .PHONY : convert-csv
32
- convert-csv :
33
29
python numpy/converter.py --json_name $(NUMPY_JSON )
34
-
30
+
35
31
.PHONY : convert-csv-all
36
32
convert-csv-all :
37
33
python numpy/converter.py --all
@@ -50,7 +46,7 @@ taco/build/taco-bench: results check-and-reinit-submodules taco/benchmark/google
50
46
taco/benchmark/googletest : check-and-reinit-submodules
51
47
if [ ! -d " taco/benchmark/googletest" ] ; then git clone https://github.com/google/googletest taco/benchmark/googletest; fi
52
48
53
- .PHONY : csvs
49
+ .PHONY : results
54
50
results :
55
51
mkdir -p results/taco
56
52
mkdir -p results/numpy
You can’t perform that action at this time.
0 commit comments