2016-02-08 05:56:52 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "utils/config/config.hpp"
|
|
|
|
|
|
|
|
namespace config
|
|
|
|
{
|
|
|
|
|
2016-08-30 12:34:08 +08:00
|
|
|
constexpr const char *COMPILE_CPU_PATH = "compile_cpu_path";
|
|
|
|
constexpr const char *TEMPLATE_CPU_CPP_PATH = "template_cpu_cpp_path";
|
|
|
|
constexpr const char *BARRIER_TEMPLATE_CPU_CPP_PATH =
|
|
|
|
"barrier_template_cpu_cpp_path";
|
2016-02-08 05:56:52 +08:00
|
|
|
}
|