Skip to content

Conversation

@G2uge
Copy link
Contributor

@G2uge G2uge commented Nov 6, 2025

Description

ES_result 遍历 FX 计算图中的所有节点,查找那些调用了不稳定 API torch._C._fft.fft_fftn 的节点(通过判断节点 target 的 __module__ 和 __name__),并将这些节点的 target 替换为 PyTorch 官方稳定 API torch.fft.fftn。替换完成后,重新编译计算图,确保后续模型运行时只会调用稳定接口。

@paddle-bot
Copy link

paddle-bot bot commented Nov 6, 2025

Thanks for your contribution!

@paddle-bot paddle-bot bot added the contributor External developers label Nov 6, 2025
@luotao1
Copy link
Collaborator

luotao1 commented Nov 6, 2025

请解决下冲突

@lixinqi lixinqi merged commit e7c6e03 into PaddlePaddle:develop Nov 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants