Hi,
I have JETSON XAVIER NX,Jetpack 5.1.4, Tensorflow 2.12.1, CUDA 11.8
The problem I encountered is
2024-11-19 17:21:02.513625: I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:982] could not open file to read NUMA node: /sys/bus/pci/devices/0000:00:00.0/numa_node
Your kernel may have been built without NUMA support.
Should I be worried ? Or is it something negligible ?
Another issue is
fleInTensor3Simple<T, 2, 1, 0>, config.block_count, config.thread_per_block, 0, d.stream(), config.virtual_thread_count, in.data(), combined_dims, out.data()) status: INTERNAL: the provided PTX was compiled with an unsupported toolchain.
Is it because the CUDA version is too high and does not match JETSON XAVIER NX?
Thank you very much for your prompt reply.
I have already tried the method you provided. Unfortunately, the project I’m trying to replicate requires calling the TensorFlow C++ API. Could you tell me any other suggestions?
The issue is
CMake Error at /usr/local/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find TensorFlow (missing: TENSORFLOW_INCLUDE_DIR
TENSORFLOW_LIBRARY TENSORFLOW_FRAMEWORK_LIBRARY)
Call Stack (most recent call first):
/usr/local/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
cmake/FindTensorFlow.cmake:18 (find_package_handle_standard_args)
CMakeLists.txt:92 (find_package)
This error message indicates that the linker (ld) cannot find the definition of the CUDAGraphDebug DotPrint function when linking TensorFlow library files.
Could you give me some suggestions about version of TensorFlow?