PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)

Home Page:http://www.paddlepaddle.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xpu paddle.tile函数功能异常问题

leyiwang opened this issue · comments

bug描述 Describe the Bug

import paddle
data = paddle.to_tensor(1, dtype='float32')
out = paddle.tile(data, repeat_times[1,1])
print(out)

image
在飞腾arm xpu上测试paddle.tile 返回与x86 英伟达v100机器上测试结果存在差异,导致代码无法正常运行

其他补充信息 Additional Supplementary Information

No response

目前使用的是哪个paddle版本呢?

2.6.1,最新的develop分支都存在这个问题

目前使用的是哪个paddle版本呢?
2.6.1,最新的develop分支都存在这个问题

您好,我看内部同学已回复您~