From 8542deab63f95820704059ad24d7ce9d7c728f70 Mon Sep 17 00:00:00 2001 From: Xiaohanjun <572733610@qq.com> Date: Tue, 8 Aug 2023 10:59:53 +0800 Subject: [PATCH] [XPU] Fix linspace op do data transform error on xpu1 device when execute fall back to cpu (#55959) --- paddle/phi/api/yaml/static_ops.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/phi/api/yaml/static_ops.yaml b/paddle/phi/api/yaml/static_ops.yaml index 216fca178fd..fc118c8a401 100755 --- a/paddle/phi/api/yaml/static_ops.yaml +++ b/paddle/phi/api/yaml/static_ops.yaml @@ -352,8 +352,6 @@ func : linspace param: [start, stop, number, dtype] data_type : dtype - data_transform : - skip_transform : start, stop, number - op : matmul args : (Tensor x, Tensor y, bool transpose_x = false, bool transpose_y = false) -- GitLab