Is Adadelta deterministic on GPU?

Hi, I encounter a problem that when I use Adadelta optimization method, I got exactly same result on CPU but different on GPU. So If anyone knows is it because of Adadelta Algorithm is non-deterministic on GPU?