fix cuda kernel test for windows on cuda13#75684
Closed
youge325 wants to merge 2 commits intoPaddlePaddle:developfrom
Closed
fix cuda kernel test for windows on cuda13#75684youge325 wants to merge 2 commits intoPaddlePaddle:developfrom
youge325 wants to merge 2 commits intoPaddlePaddle:developfrom
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
Contributor
Author
|
/re-run all-failed |
4 similar comments
Contributor
Author
|
/re-run all-failed |
Contributor
Author
|
/re-run all-failed |
Contributor
Author
|
/re-run all-failed |
Contributor
Author
|
/re-run all-failed |
swgu98
previously approved these changes
Oct 11, 2025
Contributor
Author
|
/re-run all-failed |
1 similar comment
Contributor
Author
|
/re-run all-failed |
Contributor
|
Contributor
Author
好的 |
This was referenced Oct 14, 2025
31 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Category
Environment Adaptation
PR Types
Bug fixes
Description
修改内容
INSTANTIATE_ISFINITE_KERNEL_Isfinite宏,补全 Windows 显式模板实例化。Isfinite实例化。CUFFT_INCOMPLETE_PARAMETER_LIST、CUFFT_PARSE_ERROR、CUFFT_LICENSE_ERROR加#ifdef防护。Shuffle + MatrixMultiply + ElementWise来构建等价的全连接层,并根据 TensorRT 版本选择getNbIOTensors或getNbBindings。覆盖情况
tensor_util_test中 phi::IsfiniteKernel 未解析符号。enforce_test中缺失 CUFFT 枚举导致的编译错误。