Support numa policy set by user

Add CL_MEM_FOLLOW_USER_NUMA_POLICY

Change-Id: I90a19dac7641827dff2ceb9ef8ae5f3467ed87a1


[ROCm/clr commit: 53264a8a4a]
This commit is contained in:
Tao Sang
2020-06-18 16:24:17 -04:00
committed by Tao Sang
parent f1110d715e
commit ce1baf5d04
+1
View File
@@ -36,6 +36,7 @@
#include <map>
#include <unordered_map>
#include <memory>
#define CL_MEM_FOLLOW_USER_NUMA_POLICY (1u << 31)
namespace device {
class Memory;