mirror of https://github.com/milvus-io/milvus.git
parent
c13a553527
commit
35fe14ecc1
|
@ -26,6 +26,7 @@ class DataGen {
|
||||||
DataGen() {
|
DataGen() {
|
||||||
std::string cpu_flag;
|
std::string cpu_flag;
|
||||||
faiss::hook_init(cpu_flag);
|
faiss::hook_init(cpu_flag);
|
||||||
|
std::cout << cpu_flag << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue