Disable flaky linalg.det.singular tests on ROCm (#96707)
Related issues: https://github.com/pytorch/pytorch/issues/93044 and https://github.com/pytorch/pytorch/issues/93045.
* No access to runner to debug ROCm flakiness
* Haven't seen any update on the two issues above
* Tests are still flaky whenever they are closed
### Testing
The tests are skipped https://ossci-raw-job-status.s3.amazonaws.com/log/11976899251
```
2023-03-14T03:39:02.1336514Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_complex128 SKIPPED (Flaky on ROCm https://github.com/pytorch/pytorch/issues/93044) [ 27%]
...
2023-03-14T03:41:46.4234072Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_singular_cuda_complex128 SKIPPED (Flaky on ROCm https://github.com/pytorch/pytorch/issues/93045) [ 44%]
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/96707
Approved by: https://github.com/clee2000