add log in ut

Signed-off-by: shengjun.li <shengjun.li@zilliz.com>
pull/3916/head
shengjun.li 2020-09-29 12:39:23 +08:00
parent c13a553527
commit 35fe14ecc1
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class DataGen {
DataGen() {
std::string cpu_flag;
faiss::hook_init(cpu_flag);
std::cout << cpu_flag << std::endl;
}
protected: