Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
leyiwang opened this issue May 11, 2024 · 4 comments
Open

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

leyiwang opened this issue May 11, 2024 · 4 comments
Assignees

Comments

@leyiwang
Copy link

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

@cuicheng01
Copy link
Contributor

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

@leyiwang
Copy link
Author

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

@leyiwang
Copy link
Author

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

@cuicheng01
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants