This commit is contained in:
Alejandro Gallo 2021-09-06 16:32:07 +02:00
parent 21015603e4
commit 65c1a6cd18
2 changed files with 3 additions and 2 deletions

View File

@ -65,7 +65,7 @@ clean:
clean-all: CLEANING=yes
clean-all: bench-clean clean-emacs clean clean-extern
bench: lib $(BENCH_TARGETS)
bench: $(BENCH_TARGETS)
.PHONY: clean tangle bench

View File

@ -1245,7 +1245,7 @@ namespace atrip {
<< "," << pretty_print(origin_.low)
<< "\n";
#ifdef TODO
#ifndef TRIPLES_DONT_SLICE
toSlice.slice( toSlice_.low.data()
, toSlice_.up.data()
, 0.0
@ -2442,6 +2442,7 @@ Atrip::Output Atrip::run(Atrip::Input const& in) {
#+begin_src c++ :tangle (atrip-debug-h)
#pragma once
#define TRIPLES_BENCHMARK
#define TRIPLES_DONT_SLICE
#define TRIPLES_DEBUG 1
//#define TRIPLES_WORKLOAD_DUMP
#define TRIPLES_USE_DGEMM