Skip to content

Commit

Permalink
Add extended cases
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuan14 committed Jul 8, 2024
1 parent 22faf93 commit 3b20011
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions test/xpu/xpu_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"clamp_min",
"clone",
"copy",
"cos",
"cumsum",
"eq",
"fill",
Expand Down Expand Up @@ -94,7 +93,17 @@
"remainder",
"reshape",
"rsqrt",
"cos",
"cosh",
"acos",
"acosh",
"sin",
"asin",
"asinh",
"tanh",
"atan",
"atan2",
"atanh",
"sqrt",
"sum",
"amin",
Expand All @@ -103,7 +112,6 @@
"std_mean",
"var",
"var_mean",
"tanh",
"hypot",
"unfold",
"uniform",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3b20011

Please sign in to comment.