Uppdate
This commit is contained in:
parent
21015603e4
commit
65c1a6cd18
2
Makefile
2
Makefile
@ -65,7 +65,7 @@ clean:
|
|||||||
clean-all: CLEANING=yes
|
clean-all: CLEANING=yes
|
||||||
clean-all: bench-clean clean-emacs clean clean-extern
|
clean-all: bench-clean clean-emacs clean clean-extern
|
||||||
|
|
||||||
bench: lib $(BENCH_TARGETS)
|
bench: $(BENCH_TARGETS)
|
||||||
|
|
||||||
.PHONY: clean tangle bench
|
.PHONY: clean tangle bench
|
||||||
|
|
||||||
|
|||||||
@ -1245,7 +1245,7 @@ namespace atrip {
|
|||||||
<< "," << pretty_print(origin_.low)
|
<< "," << pretty_print(origin_.low)
|
||||||
<< "\n";
|
<< "\n";
|
||||||
|
|
||||||
#ifdef TODO
|
#ifndef TRIPLES_DONT_SLICE
|
||||||
toSlice.slice( toSlice_.low.data()
|
toSlice.slice( toSlice_.low.data()
|
||||||
, toSlice_.up.data()
|
, toSlice_.up.data()
|
||||||
, 0.0
|
, 0.0
|
||||||
@ -2442,6 +2442,7 @@ Atrip::Output Atrip::run(Atrip::Input const& in) {
|
|||||||
#+begin_src c++ :tangle (atrip-debug-h)
|
#+begin_src c++ :tangle (atrip-debug-h)
|
||||||
#pragma once
|
#pragma once
|
||||||
#define TRIPLES_BENCHMARK
|
#define TRIPLES_BENCHMARK
|
||||||
|
#define TRIPLES_DONT_SLICE
|
||||||
#define TRIPLES_DEBUG 1
|
#define TRIPLES_DEBUG 1
|
||||||
//#define TRIPLES_WORKLOAD_DUMP
|
//#define TRIPLES_WORKLOAD_DUMP
|
||||||
#define TRIPLES_USE_DGEMM
|
#define TRIPLES_USE_DGEMM
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user