NUMA Error running Tensorflow on Jetson Tx2

after running
self.gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=gpu_memory_fraction)

the console print → does not support NUMA - returning NUMA node zero
e: NVIDIA Tegra X2 major: 6 minor: 2 memoryClockRate(GHz): 1.02
2019-09-30 19:29:57.556148: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudnn.so.7
2019-09-30 19:29:57.556624: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero
2019-09-30 19:29:57.556947: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero
2019-09-30 19:29:57.557038: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0
2019-09-30 19:29:57.557302: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0
2019-09-30 19:29:59.313177: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix:
2019-09-30 19:29:59.313285: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0
2019-09-30 19:29:59.313324: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N
2019-09-30 19:29:59.314187: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero
2019-09-30 19:29:59.314843: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:972] ARM64 does not support NUMA - returning NUMA node zero

so the ARM has no NUMA node just a warning, does my code run still pass and ok?