Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
update TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
S74nk0 committed Jan 12, 2017
1 parent af3a5c4 commit 6c4eda5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions nheqminer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ namespace keywords = boost::log::keywords;
#endif

// TODO:
// file logging
// mingw compilation for windows (faster?)
// benchmark accuracy fix: first wait for solvers to init and then measure speed
// #1 file logging
// #2 mingw compilation for windows (faster?)
// #3 benchmark accuracy fix: first wait for solvers to init and then measure speed
// #4 Linux fix cmake to generate all in one binary (just like Windows)
// #5 after #4 is done add solver chooser for CPU and CUDA devices (general and per device), example: [-s 0 automatic, -s 1 solver1, -s 2 solver2, ...]

int use_avx = 0;
int use_avx2 = 0;
Expand Down

0 comments on commit 6c4eda5

Please sign in to comment.