add Half support for interpolate operators on CPU (#105648)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/105648
Approved by: https://github.com/jgong5, https://github.com/cpuhrsch
diff --git a/test/test_mps.py b/test/test_mps.py
index 62a72e4..57eca9e 100644
--- a/test/test_mps.py
+++ b/test/test_mps.py
@@ -11231,6 +11231,9 @@
         'nextafter',
         'native_layer_norm',
         'nn.functional.layer_norm',
+        'nn.functional.interpolate',
+        'nn.functional.upsample_bilinear',
+        'nn.functional.upsample_nearest',
 
         # for macOS 12
         'masked.normalize', 'masked.sum', 'masked.var',