add times and refactor folder structure

This commit is contained in:
2019-12-11 10:23:57 -05:00
parent d8806a573b
commit 395ee99c4b
19 changed files with 171 additions and 30 deletions

View File

@@ -1,3 +0,0 @@
set(CMAKE_CXX_FLAGS "-std=gnu++11 -fopenmp -O3")
add_executable(cpu-opt main.cpp solver.hpp)