sgm_gpu_ros
sgm_gpu_ros copied to clipboard
GPU implementation of SGM for ROS
I am trying to get this node running on Jetson Xavier NX / ROS Noetic. I changed line `-gencode=arch=compute_72,code=sm_72` in CMakeLists.txt to match to the Xavier architecture. However, I face...
There are some warnings in build: Warnings ``` /home/fujimoto/catkin_ws/src/sgm_gpu_ros_wrapper/sgm/util.h(106): warning: function "__shfl(int, int, int)" /usr/local/cuda-10.0/bin/../targets/x86_64-linux/include/sm_30_intrinsics.hpp(149): here was declared deprecated ("__shfl() is deprecated in favor of __shfl_sync() and may be removed...
Refer to https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/