Hi all,
I have a qusetion about shared memory usage. If I define a variable to shared memory; does it mean that all threads of the block will access this variable, with the value that is defined by the first thread? Or does each thread define its own variable?