IndexerThreadPool: Bind to GPU NUMA node

This commit is contained in:
2025-10-04 09:22:43 +02:00
parent 0563f15a23
commit a15aa4eaa7
7 changed files with 83 additions and 2 deletions

View File

@@ -11,4 +11,8 @@ int32_t get_gpu_count() {
void set_gpu(int32_t dev_id) {}
int get_gpu_numa_node(int dev_id) {
return -1;
}
#endif