[Custom Device] CUDAExtension Supports Custom Device#76876
[Custom Device] CUDAExtension Supports Custom Device#76876yongqiangma merged 2 commits intoPaddlePaddle:developfrom
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
/re-run all-failed |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #76876 +/- ##
==========================================
Coverage ? 6.25%
==========================================
Files ? 1
Lines ? 16
Branches ? 0
==========================================
Hits ? 1
Misses ? 15
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/re-run all-failed |
2 similar comments
|
/re-run all-failed |
|
/re-run all-failed |
|
/re-run all-failed |
2 similar comments
|
/re-run all-failed |
|
/re-run all-failed |
| const std::shared_ptr<Allocation>& allocation); | ||
|
|
||
| #if defined(PADDLE_WITH_CUDA) || defined(PADDLE_WITH_HIP) | ||
| #if (defined(PADDLE_WITH_CUDA) || defined(PADDLE_WITH_HIP)) && \ |
There was a problem hiding this comment.
因为类CUDA硬件需要同时打开PADDLE_WITH_CUDA和PADDLE_WITH_CUSTOM_DEVICE,导致Release跟后面78行的重复声明了。这里关掉一个。
sneaxiy
left a comment
There was a problem hiding this comment.
LGTM for coverage. Due to custom device.
|
/re-run all-failed |
PR Category
Custom Device
PR Types
Improvements
Description
[Custom Device] CUDAExtension supports custom device