From 3b20011a0bcf14a9b887a6ceac880f79cd4288b9 Mon Sep 17 00:00:00 2001 From: Feng Yuan Date: Mon, 8 Jul 2024 17:33:14 +0800 Subject: [PATCH] Add extended cases --- test/xpu/xpu_test_utils.py | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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",