Mentions légales du service

Skip to content
Snippets Groups Projects
Commit baa72021 authored by BRAMAS Berenger's avatar BRAMAS Berenger
Browse files

Remove todos

parent 5e26e5db
No related branches found
No related tags found
No related merge requests found
...@@ -89,8 +89,6 @@ auto gemm(const int NbLoops, SpBlas::Block blocksC[], const SpBlas::Block blocks ...@@ -89,8 +89,6 @@ auto gemm(const int NbLoops, SpBlas::Block blocksC[], const SpBlas::Block blocks
minMaxAvg[1] = std::numeric_limits<double>::min(); minMaxAvg[1] = std::numeric_limits<double>::min();
minMaxAvg[2] = 0; minMaxAvg[2] = 0;
static int cpt = 0;// TODO
for(int idxLoop = 0 ; idxLoop < NbLoops ; ++idxLoop){ for(int idxLoop = 0 ; idxLoop < NbLoops ; ++idxLoop){
SpTaskGraph<SpSpeculativeModel::SP_NO_SPEC> tg; SpTaskGraph<SpSpeculativeModel::SP_NO_SPEC> tg;
tg.computeOn(ce); tg.computeOn(ce);
...@@ -154,10 +152,7 @@ auto gemm(const int NbLoops, SpBlas::Block blocksC[], const SpBlas::Block blocks ...@@ -154,10 +152,7 @@ auto gemm(const int NbLoops, SpBlas::Block blocksC[], const SpBlas::Block blocks
minMaxAvg[0] = std::min(minMaxAvg[0], timer.getElapsed()); minMaxAvg[0] = std::min(minMaxAvg[0], timer.getElapsed());
minMaxAvg[1] = std::max(minMaxAvg[1], timer.getElapsed()); minMaxAvg[1] = std::max(minMaxAvg[1], timer.getElapsed());
minMaxAvg[2] += timer.getElapsed(); minMaxAvg[2] += timer.getElapsed();
tg.generateTrace("./trace" + std::to_string(cpt) + "-" + std::to_string(idxLoop) + ".svg");// TODO
} }
cpt++;// TODO
#ifdef SPECX_COMPILE_WITH_CUDA #ifdef SPECX_COMPILE_WITH_CUDA
ce.execOnWorkers([](auto id, auto type){ ce.execOnWorkers([](auto id, auto type){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment