Regularize bernouilli_ with bernouilli decomp (#88349)
Fix for https://github.com/pytorch/torchdynamo/issues/1796. Just like the other [bernouilli decomp](https://github.com/pytorch/pytorch/blob/master/torch/_inductor/decomposition.py#L302) we need to pass `dtype=float32` to avoid `"check_uniform_bounds" not implemented` errors.
Are we planning on enabling `TEST_WITH_TORCHINDUCTOR` ? Do I need to change anything with the tests ?
Pull Request resolved: https://github.com/pytorch/pytorch/pull/88349
Approved by: https://github.com/desertfire