hardware watchpoint in cuda-gdb

Hi is here anyone who knows if the hardware watchpoint in cuda-gdb can actually work or not? I tried to use it to watch a shared mem variable, but it never stops even if I find the value of that variable has changed. Thanks!