未验证 提交 43b950f7 编写于 作者: Y YuhangLi 提交者: GitHub

[CUSTOM_DEVICE]custom device fetch_v2 support (#53093)

上级 63c83870
......@@ -156,7 +156,8 @@ class FetchV2Kernel {
}
auto *dst_item = &(PADDLE_GET(phi::DenseTensor, fetch_list->at(col)));
bool check_place = platform::is_cpu_place(src_item.place()) ||
platform::is_cuda_pinned_place(src_item.place());
platform::is_cuda_pinned_place(src_item.place()) ||
platform::is_custom_place(src_item.place());
PADDLE_ENFORCE_EQ(
check_place,
true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册