How device manager affect the pod NUMA policy

I have 2 persistent memory devices on a machine with 2 NUMA node. According the Pmem reference the consumer who use pmem0 should be bounded to cpu of NUMA0, vice versas. Is it possible ?

I find try using the device manager which manager can give the NUMA attribute to device in function “ListAndWatch” but in function “Allocate” there is no way to set NUMA attribute.