diff --git a/test/xpu/xpu_test_utils.py b/test/xpu/xpu_test_utils.py index 6511f4120..0be80b6de 100644 --- a/test/xpu/xpu_test_utils.py +++ b/test/xpu/xpu_test_utils.py @@ -49,7 +49,6 @@ "clamp_min", "clone", "copy", - "cos", "cumsum", "eq", "fill", @@ -94,7 +93,17 @@ "remainder", "reshape", "rsqrt", + "cos", + "cosh", + "acos", + "acosh", "sin", + "asin", + "asinh", + "tanh", + "atan", + "atan2", + "atanh", "sqrt", "sum", "amin", @@ -103,7 +112,6 @@ "std_mean", "var", "var_mean", - "tanh", "hypot", "unfold", "uniform", @@ -143,8 +151,6 @@ "searchsorted", "grid_sampler_2d", # "nn.functional.grid_sample", # Lack of XPU implementation of aten::grid_sampler_3d. - "acos", - "acosh", "addr", "cdist", "nn.functional.group_norm",