Support numa policy set by user

Add CL_MEM_FOLLOW_USER_NUMA_POLICY

Change-Id: I90a19dac7641827dff2ceb9ef8ae5f3467ed87a1
This commit is contained in:
Tao Sang
2020-06-18 16:24:17 -04:00
zatwierdzone przez Tao Sang
rodzic 138b2d3ce2
commit 53264a8a4a
+1
Wyświetl plik
@@ -36,6 +36,7 @@
#include <map>
#include <unordered_map>
#include <memory>
#define CL_MEM_FOLLOW_USER_NUMA_POLICY (1u << 31)
namespace device {
class Memory;