[BE] Update cudnn to 9.10.1.4 (#155122)

Follow up to #152782
Pull Request resolved: https://github.com/pytorch/pytorch/pull/155122
Approved by: https://github.com/malfet, https://github.com/atalman, https://github.com/eqy
This commit is contained in:
Aaron Gokaslan
2025-06-10 16:59:00 +00:00
committed by PyTorch MergeBot
parent 38c4d05535
commit 73220d52fd

View File

@ -11662,6 +11662,8 @@ class TestNNDeviceType(NNTestCase):
prec = dtype2prec_DONTUSE[dtype]
if dtype == torch.float16:
prec = 4e-2
elif dtype == torch.float32:
prec = 2e-5
self.assertEqual(p1.grad, p2.grad, atol=prec, rtol=0)
tests = [