We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ab242 commit 947faa8Copy full SHA for 947faa8
Makefile
@@ -13,7 +13,9 @@ NUMPY_JSON ?= results/numpy/$(benches_name)benches_$(shell date +%Y_%m_%d_%H%M%S
13
NUMPY_JSON := $(NUMPY_JSON)
14
15
# Taco Specific Flags
16
-TACO_OUT = results/taco/$(benches_name)benches_$(shell date +%Y_%m_%d_%H%M%S).csv
+ifeq ($(TACO_OUT),)
17
+TACO_OUT := results/taco/$(benches_name)benches_$(shell date +%Y_%m_%d_%H%M%S).csv
18
+endif
19
20
# Set GRAPHBLAS=ON if compiling GraphBLAS benchmarks.
21
ifeq ($(GRAPHBLAS),)
0 commit comments