NUMAHWPolicy: Added

This commit is contained in:
2023-07-28 11:00:42 +02:00
parent 669b2d9358
commit 9d978a41f7
15 changed files with 246 additions and 58 deletions

View File

@@ -9,6 +9,6 @@ int32_t get_gpu_count() {
return 0;
}
void set_gpu_count(int32_t dev_id) {}
void set_gpu(int32_t dev_id) {}
#endif