I\'m new in CUDA. I wanted to ask if I can access to the position +1 of a CUDA thread, i.e., if I have an array A = [1, 2, 3, 4] and I want to add the current p
A = [1, 2, 3, 4]